ignore-dependency-scripts
Version:
Script to prevent dependencies to execute post/pre install scripts when installed directly from git.
33 lines (32 loc) • 864 B
JSON
{
"name": "ignore-dependency-scripts",
"displayName": "Ignore dependency postinstall scripts",
"description": "Script to prevent dependencies to execute post/pre install scripts when installed directly from git.",
"version": "1.0.1",
"private": false,
"license": "MIT",
"main": "index.js",
"keywords": [
"npm",
"yarn",
"git",
"dependency",
"dependencies",
"postinstall"
],
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/ignore-dependency-scripts.git"
},
"author": {
"name": "Douglas Nassif Roma Junior",
"email": "nassifrroma@gmail.com"
},
"bugs": {
"url": "https://github.com/douglasjunior/ignore-dependency-scripts/issues"
},
"homepage": "https://github.com/douglasjunior/ignore-dependency-scripts",
"bin": {
"ignore-dependency-scripts": "index.js"
}
}