UNPKG

1.47 kBJSONView Raw
1{
2 "name": "np",
3 "version": "5.1.2",
4 "description": "A better `npm publish`",
5 "license": "MIT",
6 "repository": "sindresorhus/np",
7 "bin": "source/cli.js",
8 "engines": {
9 "node": ">=8",
10 "npm": ">=6.8.0",
11 "git": ">=2.11.0",
12 "yarn": ">=1.7.0"
13 },
14 "scripts": {
15 "test": "xo && FORCE_HYPERLINK=1 ava"
16 },
17 "files": [
18 "source"
19 ],
20 "keywords": [
21 "cli-app",
22 "cli",
23 "npm",
24 "publish",
25 "git",
26 "push",
27 "version",
28 "bump",
29 "commit"
30 ],
31 "dependencies": {
32 "@samverschueren/stream-to-observable": "^0.3.0",
33 "any-observable": "^0.4.0",
34 "async-exit-hook": "^2.0.1",
35 "chalk": "^2.3.0",
36 "cosmiconfig": "^5.2.1",
37 "del": "^4.1.0",
38 "escape-string-regexp": "^2.0.0",
39 "execa": "^2.0.1",
40 "github-url-from-git": "^1.5.0",
41 "has-yarn": "^2.1.0",
42 "hosted-git-info": "^3.0.0",
43 "inquirer": "^7.0.0",
44 "is-installed-globally": "^0.2.0",
45 "is-scoped": "^2.1.0",
46 "issue-regex": "^2.0.0",
47 "listr": "^0.14.3",
48 "listr-input": "^0.1.3",
49 "log-symbols": "^3.0.0",
50 "meow": "^5.0.0",
51 "npm-name": "^5.4.0",
52 "onetime": "^5.1.0",
53 "open": "^6.1.0",
54 "ow": "^0.13.2",
55 "p-memoize": "^3.1.0",
56 "p-timeout": "^3.1.0",
57 "pkg-dir": "^4.1.0",
58 "read-pkg-up": "^6.0.0",
59 "rxjs": "^6.3.3",
60 "semver": "^6.1.2",
61 "split": "^1.0.0",
62 "symbol-observable": "^1.2.0",
63 "terminal-link": "^2.0.0",
64 "update-notifier": "^3.0.0"
65 },
66 "devDependencies": {
67 "ava": "^2.3.0",
68 "proxyquire": "^2.1.0",
69 "sinon": "^7.3.2",
70 "xo": "^0.24.0"
71 }
72}