-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 839 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
{
"name": "npm-dependants",
"description": "Get dependants of a module on npm",
"version": "2.1.2",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/npm-dependants.git"
},
"scripts": {
"release": "np",
"test": "prettier-standard && standard && tap"
},
"dependencies": {
"@cto.ai/sdk": "^2.1.2",
"cheerio": "^1.0.0-rc.3",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"np": "^5.2.1",
"prettier-standard": "^16.1.0",
"standard": "^14.3.1",
"tap": "^14.10.5"
},
"keywords": [
"npm",
"dependants",
"dependents",
"dependencies"
],
"author": {
"name": "Julian Gruber",
"email": "[email protected]",
"url": "http://juliangruber.com"
},
"license": "MIT",
"bin": {
"npm-dependants": "bin/npm-dependants.js"
}
}