package.json 686 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@deepseek-ai/node-addon-system-linux-arm64",
  3. "version": "0.1.2",
  4. "description": "Linux arm64 system binaries: static Landlock launcher and glibc/musl Node-API flock addons",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
  8. "directory": "native/system/packages/linux-arm64"
  9. },
  10. "os": [
  11. "linux"
  12. ],
  13. "cpu": [
  14. "arm64"
  15. ],
  16. "files": [
  17. "README.md",
  18. "bin/",
  19. "prebuilds.json"
  20. ],
  21. "scripts": {
  22. "prepack": "node ../../scripts/verify-launcher-binary.mjs"
  23. },
  24. "engines": {
  25. "node": ">=20"
  26. },
  27. "license": "BSD-3-Clause",
  28. "publishConfig": {
  29. "access": "public"
  30. }
  31. }