can-i-ignore-scripts
Version:
A cli to search your dependencies and check what could break when you stop allowing install scripts to run.
37 lines (36 loc) • 764 B
JSON
{
"name": "can-i-ignore-scripts",
"version": "0.4.3",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "sh ./test/e2e.sh"
},
"bin": {
"can-i-ignore-scripts": "index.js"
},
"keywords": [
"security",
"postinstall",
"preinstall",
"npm"
],
"author": "naugtur <naugtur@gmail.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/naugtur/can-i-ignore-scripts.git"
},
"bugs": {
"url": "https://github.com/naugtur/can-i-ignore-scripts/issues"
},
"homepage": "https://github.com/naugtur/can-i-ignore-scripts#readme",
"files": [
"index.js",
"data.json"
],
"devDependencies": {
"not-really-a-package": "1.0.1"
}
}