Files
deepseek-harness/native/landlock-run/packages/linux-x64/package.json
T
2026-08-13 14:18:39 +08:00

32 lines
760 B
JSON

{
"name": "@deepseek-ai/node-addon-landlock-run-linux-x64",
"version": "0.1.0",
"description": "Prebuilt landlock-run Landlock launcher binary for linux-x64 (static musl) — resolved as a file path by @deepseek-ai/node-addon-landlock-run, never imported",
"repository": {
"type": "git",
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
"directory": "native/landlock-run/packages/linux-x64"
},
"os": [
"linux"
],
"cpu": [
"x64"
],
"files": [
"README.md",
"bin/",
"prebuilds.json"
],
"scripts": {
"prepack": "node ../../scripts/verify-launcher-binary.mjs"
},
"engines": {
"node": ">=20"
},
"license": "BSD-3-Clause",
"publishConfig": {
"access": "public"
}
}