UNPKG

1.01 kBJSONView Raw
1{
2 "name": "np",
3 "version": "3.0.0",
4 "description": "A better `npm publish`",
5 "license": "MIT",
6 "repository": "sindresorhus/np",
7 "bin": "cli.js",
8 "engines": {
9 "node": ">=6"
10 },
11 "scripts": {
12 "test": "xo && FORCE_HYPERLINK=1 ava"
13 },
14 "files": [
15 "index.js",
16 "cli.js",
17 "lib"
18 ],
19 "keywords": [
20 "cli-app",
21 "cli",
22 "npm",
23 "publish",
24 "git",
25 "push",
26 "version",
27 "bump",
28 "commit"
29 ],
30 "dependencies": {
31 "@samverschueren/stream-to-observable": "^0.3.0",
32 "any-observable": "^0.3.0",
33 "chalk": "^2.3.0",
34 "del": "^3.0.0",
35 "execa": "^0.10.0",
36 "github-url-from-git": "^1.5.0",
37 "has-yarn": "^1.0.0",
38 "inquirer": "^5.2.0",
39 "issue-regex": "^2.0.0",
40 "listr": "^0.14.1",
41 "listr-input": "^0.1.1",
42 "log-symbols": "^2.1.0",
43 "meow": "^5.0.0",
44 "p-timeout": "^2.0.1",
45 "read-pkg-up": "^3.0.0",
46 "rxjs": "^6.2.0",
47 "semver": "^5.2.0",
48 "split": "^1.0.0",
49 "terminal-link": "^1.1.0",
50 "update-notifier": "^2.1.0"
51 },
52 "devDependencies": {
53 "ava": "*",
54 "xo": "*"
55 }
56}