package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "cluster-client",
  3. "version": "3.1.1",
  4. "description": "Sharing Connection among Multi-Process Nodejs",
  5. "main": "./index.js",
  6. "files": [
  7. "lib",
  8. "index.js"
  9. ],
  10. "scripts": {
  11. "autod": "autod",
  12. "lint": "eslint . --ext .js",
  13. "cov": "TEST_TIMEOUT=20000 egg-bin cov",
  14. "test": "npm run lint && npm run test-local",
  15. "test-local": "egg-bin test",
  16. "pkgfiles": "egg-bin pkgfiles --check",
  17. "ci": "npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
  18. "contributors": "contributors -f plain -o AUTHORS"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/node-modules/cluster-client.git"
  23. },
  24. "keywords": [
  25. "cluster",
  26. "multi-process"
  27. ],
  28. "author": "gxcsoccer@126.com",
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/node-modules/cluster-client/issues"
  32. },
  33. "homepage": "https://github.com/node-modules/cluster-client#readme",
  34. "dependencies": {
  35. "byte": "^2.0.0",
  36. "co": "^4.6.0",
  37. "debug": "^4.1.1",
  38. "egg-logger": "^2.3.2",
  39. "is-type-of": "^1.2.1",
  40. "json-stringify-safe": "^5.0.1",
  41. "long": "^4.0.0",
  42. "mz-modules": "^2.1.0",
  43. "sdk-base": "^3.5.1",
  44. "serialize-json": "^1.0.3",
  45. "tcp-base": "^3.1.0",
  46. "utility": "^1.15.0"
  47. },
  48. "devDependencies": {
  49. "address": "^1.0.3",
  50. "autod": "^3.0.1",
  51. "await-event": "^2.1.0",
  52. "coffee": "^5.2.1",
  53. "contributors": "^0.5.1",
  54. "detect-port": "^1.3.0",
  55. "egg-bin": "^4.11.0",
  56. "egg-ci": "^1.8.0",
  57. "egg-mock": "^3.21.0",
  58. "eslint": "^5.14.1",
  59. "eslint-config-egg": "^7.1.0",
  60. "mm": "^2.4.1",
  61. "mz-modules": "^2.1.0",
  62. "pedding": "^1.1.0",
  63. "spy": "^1.0.0",
  64. "webstorm-disable-index": "^1.2.0"
  65. },
  66. "engines": {
  67. "node": ">=8.0.0"
  68. },
  69. "ci": {
  70. "version": "8, 10"
  71. }
  72. }