-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"name": "@bigfootds/npm-compliance-helper",
"version": "1.0.0",
"description": "Tool to help generate legal & copyright notices about project dependencies.",
"main": "src/index.js",
"bin":{
"@bigfootds/npm-compliance-helper":"./src/index.js"
},
"scripts": {
"@bigfootds/nch/start": "node src/index.js",
"@bigfootds/nch/dev":"mkdir -p ./out && node src/index.js > ./out/apptesto.json"
},
"keywords": ["cli","documentation","continous compliance","license","licence"],
"author": {
"name": "BigfootDS",
"email": "[email protected]",
"url": "https://bigfootds.com"
},
"repository": {
"type": "git",
"url": "https://github.com/BigfootDS/npm-compliance-helper.git"
},
"bugs": {
"url": "https://github.com/BigfootDS/npm-compliance-helper/issues"
},
"homepage": "https://github.com/BigfootDS/npm-compliance-helper#readme",
"funding":{
"type": "github",
"url": "https://github.com/sponsors/BigfootDS"
},
"license": "MIT",
"dependencies": {
"commander": "^12.0.0",
"generate-license-file": "^3.4.0"
}
}