-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 905 Bytes
/
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
{
"name": "npmtotal",
"version": "1.4.1",
"description": "Find you npm download statistics",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm-audit-ok && package-ok",
"test": "tap"
},
"bin": {
"npmtotal": "./bin/npmtotal.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maddhruv/npmtotal.git"
},
"keywords": [
"npm",
"npm stats",
"npm download stats",
"npm downloads"
],
"author": "Dhruv Jain <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/maddhruv/npmtotal/issues"
},
"homepage": "https://github.com/maddhruv/npmtotal#readme",
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.15",
"progress": "^2.0.3",
"table": "^5.4.6",
"yargs": "^15.4.1"
},
"devDependencies": {
"prepublish-ok": "^0.5.0",
"tap": "^14.10.6"
}
}