-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "pelion-edge-ready-test-suite",
"version": "2.6.0",
"description": "Pelion Edge Ready Test Suite",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier-standard '**/*.js*'",
"lint": "eslint .",
"prepush": "npm run format && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PelionIoT/pelion-edge-ready-test-suite.git"
},
"author": "Bhoopesh Singh",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PelionIoT/pelion-edge-ready-test-suite/issues"
},
"homepage": "https://github.com/PelionIoT/pelion-edge-ready-test-suite#readme",
"dependencies": {
"@kubernetes/client-node": "^0.14.3",
"atomic-sleep": "^1.0.0",
"chai": "^4.3.1",
"colors": "1.4.0",
"commander": "^6.0.0",
"compare-versions": "^3.6.0",
"jsonminify": "^0.4.1",
"kubernetes-client": "^9.0.0",
"mocha": "^9.2.2",
"randomstring": "^1.1.5",
"request": "^2.88.2",
"stream-buffers": "^3.0.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"husky": "^5.1.3",
"junit-report-builder": "^2.1.0",
"lint-staged": "^10.5.4",
"mochawesome": "^7.1.3",
"prettier-standard": "^9.1.1"
}
}