-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1005 Bytes
/
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
{
"name": "newman-reporter-jerry",
"version": "1.0.1",
"description": "Jerry is a reporter for Newman (Postman CLI Companion). It enables one to break and debug a Postman Collection run.",
"main": "index.js",
"scripts": {
"test": "semistandard && node *.js"
},
"repository": {
"type": "git",
"url": "git+https://shamasis@github.com/shamasis/newman-reporter-jerry.git"
},
"keywords": [
"newman",
"reporter",
"debug",
"postman",
"api"
],
"author": "Postman Labs <help@postman.com> (=)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/shamasis/newman-reporter-jerry/issues"
},
"homepage": "https://github.com/shamasis/newman-reporter-jerry#readme",
"dependencies": {
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"consola": "^2.15.3",
"filesize": "^7.0.0",
"pretty-ms": "^7.0.1",
"prompts": "^2.4.1"
},
"devDependencies": {
"semistandard": "^16.0.1"
},
"engines": {
"node": ">=10"
}
}