Skip to content

Commit 587071f

Browse files
committed
Fix formatting of package.json
1 parent aed8137 commit 587071f

1 file changed

Lines changed: 44 additions & 44 deletions

File tree

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
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+
}
4646
}

0 commit comments

Comments
 (0)