package.json 639 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "laster-tool-linux-arm-gnueabihf",
  3. "version": "1.0.0",
  4. "os": [
  5. "linux"
  6. ],
  7. "cpu": [
  8. "arm"
  9. ],
  10. "main": "laster-tool.linux-arm-gnueabihf.node",
  11. "files": [
  12. "laster-tool.linux-arm-gnueabihf.node"
  13. ],
  14. "description": "Template project for writing node package with napi-rs",
  15. "keywords": [
  16. "napi-rs",
  17. "NAPI",
  18. "N-API",
  19. "Rust",
  20. "node-addon",
  21. "node-addon-api"
  22. ],
  23. "license": "MIT",
  24. "engines": {
  25. "node": ">= 10"
  26. },
  27. "publishConfig": {
  28. "registry": "https://registry.npmjs.org/",
  29. "access": "public"
  30. },
  31. "repository": "git@github.com:napi-rs/package-template.git"
  32. }