-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "code-json-generator",
"version": "0.2.0",
"description": "Library for producing source code inventory from Git APIs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"create-inventory.js": "./bin/create-inventory.js",
"create-inventory-config.js": "./bin/create-inventory-config.js"
},
"bin": {
"create-inventory.js": "./bin/create-inventory.js",
"create-inventory-config.js": "./bin/create-inventory-config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usgs/code-json-generator.git"
},
"keywords": [
"open source",
"github",
"gitlab",
"inventory",
"gsa",
"m-16-21"
],
"author": "[email protected]",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/usgs/code-json-generator/issues"
},
"homepage": "https://github.com/usgs/code-json-generator#readme",
"dependencies": {
"commander": "^2.20.3",
"inquirer": "^6.5.2",
"jsonschema": "^1.2.2",
"node-fetch": "^2.6.0"
}
}