package.json 910 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "bufferutil",
  3. "version": "4.0.8",
  4. "description": "WebSocket buffer utils",
  5. "main": "index.js",
  6. "engines": {
  7. "node": ">=6.14.2"
  8. },
  9. "scripts": {
  10. "install": "node-gyp-build",
  11. "prebuild": "prebuildify --napi --strip --target=14.0.0",
  12. "prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=14.0.0",
  13. "test": "mocha"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/websockets/bufferutil"
  18. },
  19. "keywords": [
  20. "bufferutil"
  21. ],
  22. "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/websockets/bufferutil/issues"
  26. },
  27. "homepage": "https://github.com/websockets/bufferutil",
  28. "dependencies": {
  29. "node-gyp-build": "^4.3.0"
  30. },
  31. "devDependencies": {
  32. "mocha": "^10.0.0",
  33. "node-gyp": "^9.1.0",
  34. "prebuildify": "^5.0.0"
  35. }
  36. }