-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 884 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
{
"name": "newman-env",
"version": "1.0.1",
"description": "Command-line utility for update Postman Environment",
"homepage": "https://github.com/GeminiWind/newman-env",
"bugs": "https://github.com/GeminiWind/newman-env/issues",
"repository": {
"type": "git",
"url": "[email protected]:GeminiWind/newman-env.git"
},
"keywords": [
"newman-env",
"newman",
"postman"
],
"bin": {
"newman-env": "./bin/newman-env.js"
},
"preferGlobal": true,
"author": "Gemini <[email protected]>",
"license": "MIT",
"scripts": {
"test": "yarn jest",
"test:coverage": "yarn jest --coverage",
"version": "yarn version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
},
"dependencies": {
"app-root-dir": "^1.0.2",
"commander": "^2.20.0"
},
"devDependencies": {
"jest": "^24.8.0"
}
}