-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 848 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
{
"name": "newman_api_execution",
"version": "1.0.0",
"description": "Newman Test Execution",
"main": "index.js",
"scripts": {
"cli:test": "node report.js",
"report:delete": "del-cli --force .\\Reports\\*.html",
"test:newman": "npm run report:delete && npm run cli:test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mahbub091/NewMan_API_Execution.git"
},
"author": "mahbub",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mahbub091/NewMan_API_Execution/issues"
},
"homepage": "https://github.com/Mahbub091/NewMan_API_Execution#readme",
"dependencies": {
"async": "^3.2.4",
"newman": "^5.3.2",
"path": "^0.12.7",
"newman-reporter-htmlextra": "^1.22.11"
},
"devDependencies": {
"del-cli": "^5.0.0",
"rimraf": "^4.1.2"
},
"keywords": []
}