forked from sindresorhus/np
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 1.66 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "np",
"version": "6.5.0",
"description": "A better `npm publish`",
"license": "MIT",
"repository": "sindresorhus/np",
"funding": "https://github.com/sindresorhus/np?sponsor=1",
"bin": "source/cli.js",
"engines": {
"node": ">=10",
"npm": ">=6.8.0",
"git": ">=2.11.0",
"yarn": ">=1.7.0"
},
"scripts": {
"test": "xo && FORCE_HYPERLINK=1 ava"
},
"files": [
"source"
],
"keywords": [
"cli-app",
"cli",
"npm",
"publish",
"git",
"push",
"version",
"bump",
"commit"
],
"dependencies": {
"@samverschueren/stream-to-observable": "^0.3.0",
"any-observable": "^0.5.0",
"async-exit-hook": "^2.0.1",
"chalk": "^3.0.0",
"cosmiconfig": "^6.0.0",
"del": "^4.1.0",
"escape-goat": "^3.0.0",
"escape-string-regexp": "^2.0.0",
"execa": "^4.0.0",
"github-url-from-git": "^1.5.0",
"has-yarn": "^2.1.0",
"hosted-git-info": "^3.0.0",
"inquirer": "^7.0.0",
"is-installed-globally": "^0.3.1",
"is-scoped": "^2.1.0",
"issue-regex": "^3.1.0",
"listr": "^0.14.3",
"listr-input": "^0.2.1",
"log-symbols": "^3.0.0",
"meow": "^6.0.0",
"new-github-release-url": "^1.0.0",
"npm-name": "^6.0.0",
"onetime": "^5.1.0",
"open": "^7.0.0",
"ow": "^0.15.0",
"p-memoize": "^3.1.0",
"p-timeout": "^3.1.0",
"pkg-dir": "^4.1.0",
"read-pkg-up": "^7.0.0",
"rxjs": "^6.5.4",
"semver": "^7.1.1",
"split": "^1.0.0",
"symbol-observable": "^1.2.0",
"terminal-link": "^2.0.0",
"update-notifier": "^4.0.0"
},
"devDependencies": {
"ava": "^2.3.0",
"execa_test_double": "^4.0.0",
"mockery": "^2.1.0",
"proxyquire": "^2.1.0",
"sinon": "^8.0.1",
"xo": "^0.25.3"
},
"ava": {
"files": [
"!test/fixtures"
]
}
}