forked from jackcoded/newman-reporter-slackmsg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 974 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-slackmsg",
"version": "1.3.2",
"description": "newman reporter to slack",
"main": "index.js",
"scripts": {
"lint": "eslint index/js",
"test": "jest",
"prepack": "npm run test",
"pack": "npm pack && npm install -g newman-reporter-slack-1.0.0.tgz"
},
"repository": {
"type": "git",
"url": "https://github.com/jackcoded/newman-reporter-slackmsg/"
},
"keywords": [
"newman",
"postman",
"slack",
"newman reporter",
"custom newman reporter"
],
"author": "Jack Chaw",
"license": "ISC",
"bugs": {
"url": "https://github.com/jackcoded/newman-reporter-slackmsg/issues"
},
"homepage": "https://github.com/jackcoded/newman-reporter-slackmsg#readme",
"dependencies": {
"@types/node": "^14.0.13",
"axios": "^0.21.1",
"esm": "^3.2.25",
"jsonminify": "^0.4.1",
"pretty-ms": "^7.0.0"
},
"devDependencies": {
"eslint": "^7.7.0",
"jest": "^26.0.1"
}
}