forked from pkgjs/dependents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 732 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 732 Bytes
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
{
"name": "dependents",
"version": "0.3.0",
"description": "Tool to get a modules dependents",
"bin": "bin/dependents.js",
"main": "lib/getDependents.js",
"scripts": {
"test": "standard && mocha test/index.js",
"coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test"
},
"author": "Andrew Hughes",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:pkgjs/dependents.git"
},
"dependencies": {
"@octokit/graphql": "^4.3.1",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.0",
"npm-dependants": "^2.1.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"standard": "^14.3.4"
}
}