-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.16 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
{
"name": "npm-pd",
"version": "1.0.5",
"description": "A beautiful CLI dashboard for NPM publishers",
"main": "./build/index.js",
"author": "Connor White",
"license": "MIT",
"preferGlobal": true,
"homepage": "https://github.com/bconnorwhite/npm-pd.git",
"repository": {
"type": "git",
"url": "https://github.com/bconnorwhite/npm-pd.git"
},
"keywords": [
"npm",
"publisher",
"dashboard",
"maintainer",
"author",
"search",
"npm-pd",
"pd",
"npms",
"evaluate",
"score",
"quality",
"popularity",
"maintenance"
],
"bin": {
"npm-pd": "./build/bin/index.js"
},
"scripts": {
"build": "bob build",
"prepublishOnly": "yarn build",
"test": "node ./build/bin/index.js"
},
"dependencies": {
"@bconnorwhite/module": "^1.0.6",
"chalk": "^4.1.0",
"cli-table3": "^0.6.0",
"commander": "^6.1.0",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"npms-io-client": "^1.0.6",
"ora": "^5.0.0",
"semver": "^7.3.2",
"url": "^0.11.0"
},
"devDependencies": {
"@bconnorwhite/bob": "^1.9.7",
"@types/lodash": "^4.14.161",
"@types/node": "^14.6.2"
}
}