-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (47 loc) · 1.03 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
40
41
42
43
44
45
46
47
48
{
"name": "opticense",
"version": "0.8.0",
"description": "Optimal and fast open source License Compliance Tool",
"main": "index.js",
"bin": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Arifkarakilic/Opticense.git"
},
"author": "Arif KARAKILIC",
"contributors": [
{
"name": "Arif KARAKILIC"
},
{
"name": "Alihan SARAC",
"email": "[email protected]",
"url": "http://www.saracalihan.com/"
}
],
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Arifkarakilic/Opticense/issues"
},
"homepage": "https://github.com/Arifkarakilic/Opticense#readme",
"dependencies": {
"fs": "^0.0.1-security",
"toml": "^3.0.0",
"xml2js": "^0.6.2",
"yargs": "^17.7.2"
},
"pkg": {
"assets": [
"licenses/**/*",
"src/**/*"
],
"targets": [
"node14-linux-x64",
"node14-macos-x64",
"node14-win-x64"
]
}
}