legally
Version:
Check the licenses for the packages that you are using
56 lines (55 loc) • 1.27 kB
JSON
{
"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 <public@francisco.io> (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"
}
}