-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 953 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": "@maboiteaspam/set-verbosity",
"version": "2.0.3",
"description": "Set process.env[DEBUG] given process.argv",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dcheck": "npm outdated --depth=0",
"patch": "npm version patch -m \"patch %s\"",
"minor": "npm version minor -m \"minor %s\"",
"major": "npm version major -m \"major %s\"",
"preversion": "echo \"npm test: not defined\" && npi --explicit",
"version": "echo \"npm run build: not defined\"",
"postversion": "git push && git push --tags && npm run public",
"public": "npm publish --access=public"
},
"keywords": [
"process",
"env",
"verbosity"
],
"author": "maboiteaspam",
"license": "WTF",
"devDependencies": {
"minimist": ">=1.2.0 <2.0.0-0",
"mocha": ">=2.3.4 <3.0.0-0",
"should": ">=8.0.2 <9.0.0-0"
},
"dependencies": {
"debug": ">=2.2.0 <3.0.0-0"
}
}