27 lines
565 B
JSON
27 lines
565 B
JSON
|
|
{
|
||
|
|
"name": "node-addon-landlock-run-linux-arm64",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "Prebuilt landlock-run Landlock launcher binary for linux-arm64 (static musl) — resolved as a file path by node-addon-landlock-run, never imported",
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
],
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"files": [
|
||
|
|
"README.md",
|
||
|
|
"bin/",
|
||
|
|
"prebuilds.json"
|
||
|
|
],
|
||
|
|
"scripts": {
|
||
|
|
"prepack": "node ../../scripts/verify-launcher-binary.mjs"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=20"
|
||
|
|
},
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
}
|
||
|
|
}
|