forked from voicenter/newman-reporter-pm2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 846 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
{
"name": "newman-reporter-qryn",
"version": "1.0.0",
"description": "newman-reporter that export result into pm2 metric",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VoicenterTeam/newman-reporter-qryn.git"
},
"keywords": [
"newman-reporter",
"newman",
"qryn"
],
"author": "Shlomi Gutman",
"license": "MIT",
"bugs": {
"url": "https://github.com/VoicenterTeam/newman-reporter-qryn/issues"
},
"homepage": "npm install https://github.com/VoicenterTeam/newman-reporter-qryn#readme",
"dependencies": {
"newman": "^6.2.1",
"newman-reporter-pm2": "github:VoicenterTeam/newman-reporter-qryn",
"node-schedule": "^2.1.1",
"qryn-client": "github:metrico/qryn-client"
}
}