package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "node-abi",
  3. "version": "3.89.0",
  4. "description": "Get the Node ABI for a given target and runtime, and vice versa.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "tape test/index.js",
  8. "update-abi-registry": "node --unhandled-rejections=strict scripts/update-abi-registry.js"
  9. },
  10. "files": [
  11. "abi_registry.json"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/electron/node-abi.git"
  16. },
  17. "keywords": [
  18. "node",
  19. "electron",
  20. "node_module_version",
  21. "abi",
  22. "v8"
  23. ],
  24. "author": "Lukas Geiger",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/electron/node-abi/issues"
  28. },
  29. "homepage": "https://github.com/electron/node-abi#readme",
  30. "devDependencies": {
  31. "@semantic-release/npm": "13.0.0-alpha.15",
  32. "semantic-release": "^24.2.7",
  33. "tape": "^5.3.1"
  34. },
  35. "dependencies": {
  36. "semver": "^7.3.5"
  37. },
  38. "engines": {
  39. "node": ">=10"
  40. },
  41. "publishConfig": {
  42. "provenance": true
  43. },
  44. "packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
  45. }