-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "./postversion.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haoqunjiang/build-scripts-allowlist.git"
},
"keywords": [
"build scripts",
"postinstall",
"allowlist",
"onlyBuiltDependencies",
"onlyBuiltDependenciesFile"
],
"author": "Haoqun Jiang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haoqunjiang/build-scripts-allowlist/issues"
},
"homepage": "https://github.com/haoqunjiang/build-scripts-allowlist#readme",
"packageManager": "[email protected]"
}