-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
46 lines (46 loc) · 1.17 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
45
46
{
"name": "newman-run",
"version": "1.4.0",
"description": "Run multiple postman collections along with predefined configs using single feed file. Reduces commandline arguments since reporting (allure, json, cli and html) is embeded internally",
"main": "index.js",
"bin": {
"newman-run": "./bin/newman-run.js"
},
"dependencies": {
"allure-commandline": "^2.13.0",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"figlet": "^1.5.0",
"inquirer": "^7.3.2",
"newman": "^5.3.2",
"newman-reporter-allure": "^1.0.7",
"newman-reporter-html": "^1.0.5",
"newman-run": "^1.2.3",
"rimraf": "^3.0.2",
"yargs": "^15.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nareshnavinash/newman-run.git"
},
"keywords": [
"newman",
"postman",
"runner",
"collections",
"js",
"cli",
"configs",
"reporter",
"allure"
],
"author": "Naresh Sekar",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nareshnavinash/newman-run/issues"
},
"homepage": "https://github.com/nareshnavinash/newman-run#readme"
}