-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.64 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
47
48
49
50
51
52
53
{
"name": "@maboiteaspam/npi",
"version": "2.0.3",
"description": "Node Project Init",
"bin": {
"npi": "./index.js"
},
"scripts": {
"test": "mocha tests",
"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: undefined\" && npi --changelog && npi --explicit",
"version": "echo \"npm run build: undefined\"",
"postversion": "git push && git push --tags && npm run public",
"public": "npm publish --access=public"
},
"keywords": [
"node",
"project",
"init"
],
"author": "maboiteaspam",
"license": "WTF",
"dependencies": {
"@maboiteaspam/console.md": ">=2.0.0 <3.0.0-0",
"@maboiteaspam/event-stream-writer": ">=2.0.1 <3.0.0-0",
"@maboiteaspam/npi-regular": ">=1.0.5 <2.0.0-0",
"@maboiteaspam/npi-utils": ">=1.0.3 <2.0.0-0",
"@maboiteaspam/set-verbosity": ">=2.0.0 <3.0.0-0",
"@maboiteaspam/show-help": ">=2.0.0 <3.0.0-0",
"@maboiteaspam/stream-message-router": ">=2.0.0 <3.0.0-0",
"@maboiteaspam/stream-messenger": ">=2.0.0 <3.0.0-0",
"changelog-maker": "^2.0.0",
"configstore": ">=1.4.0 <2.0.0-0",
"minimist": ">=1.2.0 <2.0.0-0",
"npm-explicit-deps": ">=1.0.2 <2.0.0-0"
},
"devDependencies": {
"fs-extra": "^0.26.3",
"mocha": "^2.3.4",
"should": "^8.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maboiteaspam/npi.git"
},
"bugs": {
"url": "https://github.com/maboiteaspam/npi/issues"
},
"homepage": "https://github.com/maboiteaspam/npi#readme"
}