can-i-ignore-scripts
Version:
A service and cli to analyze your dependencies and check what'll break when you switch from `npm ci` to `npm ci --ignore-scripts`
41 lines (40 loc) • 891 B
JSON
{
"name": "can-i-ignore-scripts",
"version": "0.1.9",
"description": "",
"main": "index.js",
"scripts": {
"test": "sh ./test/e2e.sh",
"prepublishOnly": "npm test",
"prepare": "cp ../data.json ./ && cp ../README.md ./"
},
"bin": "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"
],
"dependencies": {
"glob": "^7.1.7",
"lodash": "^4.17.21",
"undici": "^5.11.0"
},
"devDependencies": {
"pre-commit": "^1.2.2"
}
}