forked from franciscop/legally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.24 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
49
50
51
52
53
54
55
{
"name": "legally",
"version": "3.5.10",
"description": "Check the licenses for the packages that you are using",
"homepage": "https://github.com/franciscop/legally#readme",
"repository": "https://github.com/franciscop/legally.git",
"funding": {
"url": "https://www.paypal.me/franciscopresencia/19"
},
"author": "Francisco Presencia <[email protected]> (https://francisco.io/)",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"pretest": "npm run build",
"test": "jest --coverage"
},
"keywords": [
"legally",
"licenses",
"check",
"legal",
"package",
"npm",
"open",
"opensource"
],
"main": "index.min.js",
"bin": {
"legally": "cli.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"index.min.js",
"cli.js"
],
"engines": {
"node": ">=10.0.0"
},
"dependencies": {},
"devDependencies": {
"files": "^1.1.0",
"jest": "^23.6.0",
"minimist": "^1.2.5",
"rollup": "^2.7.1",
"rollup-plugin-banner": "^0.2.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"validate-npm-package-name": "^3.0.0"
}
}