build-scripts-allowlist
Version:
A maintained, up-to-date list of common NPM packages that need to run build scripts during installation.
31 lines • 891 B
JSON
{
"name": "build-scripts-allowlist",
"version": "0.20250131.0",
"description": "A maintained, up-to-date list of common NPM packages that need to run build scripts during installation.",
"type": "module",
"main": "common.json",
"files": [
"common.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/haoqunjiang/build-scripts-allowlist.git"
},
"keywords": [
"build scripts",
"postinstall",
"allowlist",
"onlyBuiltDependencies",
"onlyBuiltDependenciesFile"
],
"author": "Haoqun Jiang <npm@haoqun.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haoqunjiang/lifecycle-scripts-allowlist/issues"
},
"homepage": "https://github.com/haoqunjiang/lifecycle-scripts-allowlist#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "./postversion.sh"
}
}