mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
32 lines
678 B
JSON
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"
|
|
}
|
|
}
|