forked from sindresorhus/np
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.09 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
54
55
56
57
{
"name": "np",
"version": "2.20.1",
"description": "A better `npm publish`",
"license": "MIT",
"repository": "sindresorhus/np",
"bin": "cli.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && FORCE_HYPERLINK=1 ava"
},
"files": [
"index.js",
"cli.js",
"lib"
],
"keywords": [
"cli-app",
"cli",
"npm",
"publish",
"git",
"push",
"version",
"bump",
"commit"
],
"dependencies": {
"any-observable": "^0.2.0",
"chalk": "^2.3.0",
"del": "^3.0.0",
"execa": "^0.8.0",
"github-url-from-git": "^1.5.0",
"has-yarn": "^1.0.0",
"hyperlinker": "^1.0.0",
"inquirer": "^3.0.6",
"issue-regex": "^1.0.0",
"listr": "^0.12.0",
"listr-input": "^0.1.1",
"log-symbols": "^2.1.0",
"meow": "^4.0.0",
"p-timeout": "^2.0.1",
"read-pkg-up": "^3.0.0",
"rxjs": "5.4.3",
"semver": "^5.2.0",
"split": "^1.0.0",
"stream-to-observable": "^0.2.0",
"supports-hyperlinks": "^1.0.1",
"update-notifier": "^2.1.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}