-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 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
{
"name": "npmrecap",
"version": "1.2.2",
"description": "returns a recap of the dependencies of a package.json file by executing npm audit / npm outdated / PackagePhobia / api.npmjs.org / analysing require tree / jsinspect",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Raphael Piccolo",
"license": "ICS",
"dependencies": {
"async": "^3.2.0",
"cli-table": "^0.3.4",
"filing-cabinet": "^2.6.0",
"human-format": "^0.11.0",
"precinct": "^6.3.1",
"request": "^2.88.2",
"yargs": "^16.2.0"
},
"bin": {
"npmrecap": "index.js"
},
"homepage": "https://github.com/rafipiccolo/npmrecap#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rafipiccolo/npmrecap.git"
},
"bugs": {
"url": "https://github.com/rafipiccolo/npmrecap/issues"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}