Files
deepseek-harness/native/system/packages/linux-x64/package.json
T

32 lines
678 B
JSON

{
"name": "@deepseek-ai/node-addon-system-linux-x64",
"version": "0.1.1",
"description": "Linux x64 system binaries: static Landlock launcher and glibc/musl Node-API flock addons",
"repository": {
"type": "git",
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
"directory": "native/system/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"
}
}