|
1 | 1 | { |
2 | | - "name": "cloudconvert", |
3 | | - "version": "2.3.0", |
4 | | - "license": "MIT", |
5 | | - "description": "Official Node.js SDK for the CloudConvert API", |
6 | | - "homepage": "https://github.com/cloudconvert/cloudconvert-node", |
7 | | - "author": "Josias Montag <josias@montag.info>", |
8 | | - "main": "built/lib/index.js", |
9 | | - "types": "built/lib/index.d.ts", |
10 | | - "module": "built/lib/CloudConvert.js", |
11 | | - "repository": { |
12 | | - "type": "git", |
13 | | - "url": "https://github.com/cloudconvert/cloudconvert-node.git" |
14 | | - }, |
15 | | - "bugs": { |
16 | | - "url": "https://github.com/cloudconvert/cloudconvert-node/issues" |
17 | | - }, |
18 | | - "dependencies": { |
19 | | - "axios": "^0.26.1", |
20 | | - "esm": "^3.2.25", |
21 | | - "form-data": "^4.0.0", |
22 | | - "socket.io-client": "^4.4.1" |
23 | | - }, |
24 | | - "devDependencies": { |
25 | | - "@types/node": "^17.0.23", |
26 | | - "@types/socket.io-client": "^1.4.36", |
27 | | - "@typescript-eslint/eslint-plugin": "^5.17.0", |
28 | | - "@typescript-eslint/parser": "^5.17.0", |
29 | | - "chai": "^4.3.6", |
30 | | - "eslint": "^8.12.0", |
31 | | - "eslint-config-prettier": "^8.5.0", |
32 | | - "eslint-config-typescript": "^3.0.0", |
33 | | - "eslint-plugin-prettier": "^4.0.0", |
34 | | - "mocha": "^9.2.2", |
35 | | - "nock": "^13.2.4", |
36 | | - "prettier": "^2.6.1", |
37 | | - "typescript": "^4.6.3" |
38 | | - }, |
39 | | - "scripts": { |
40 | | - "prepare": "npm run build", |
41 | | - "build": "tsc", |
42 | | - "test": "mocha tests/unit", |
43 | | - "test-integration": "mocha tests/integration", |
44 | | - "lint": "eslint --ext .ts --ext .js --ext .json ." |
45 | | - } |
| 2 | + "name": "cloudconvert", |
| 3 | + "version": "2.3.0", |
| 4 | + "license": "MIT", |
| 5 | + "description": "Official Node.js SDK for the CloudConvert API", |
| 6 | + "homepage": "https://github.com/cloudconvert/cloudconvert-node", |
| 7 | + "author": "Josias Montag <josias@montag.info>", |
| 8 | + "main": "built/lib/index.js", |
| 9 | + "types": "built/lib/index.d.ts", |
| 10 | + "module": "built/lib/CloudConvert.js", |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "https://github.com/cloudconvert/cloudconvert-node.git" |
| 14 | + }, |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/cloudconvert/cloudconvert-node/issues" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "axios": "^0.26.1", |
| 20 | + "esm": "^3.2.25", |
| 21 | + "form-data": "^4.0.0", |
| 22 | + "socket.io-client": "^4.4.1" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "@types/node": "^17.0.23", |
| 26 | + "@types/socket.io-client": "^1.4.36", |
| 27 | + "@typescript-eslint/eslint-plugin": "^5.17.0", |
| 28 | + "@typescript-eslint/parser": "^5.17.0", |
| 29 | + "chai": "^4.3.6", |
| 30 | + "eslint": "^8.12.0", |
| 31 | + "eslint-config-prettier": "^8.5.0", |
| 32 | + "eslint-config-typescript": "^3.0.0", |
| 33 | + "eslint-plugin-prettier": "^4.0.0", |
| 34 | + "mocha": "^9.2.2", |
| 35 | + "nock": "^13.2.4", |
| 36 | + "prettier": "^2.6.1", |
| 37 | + "typescript": "^4.6.3" |
| 38 | + }, |
| 39 | + "scripts": { |
| 40 | + "prepare": "npm run build", |
| 41 | + "build": "tsc", |
| 42 | + "test": "mocha tests/unit", |
| 43 | + "test-integration": "mocha tests/integration", |
| 44 | + "lint": "eslint --ext .ts --ext .js --ext .json ." |
| 45 | + } |
46 | 46 | } |
0 commit comments