package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "service-live",
  3. "version": "1.0.0",
  4. "description": "直播平台服务端重构",
  5. "private": true,
  6. "egg": {
  7. "framework": "naf-framework-mongoose"
  8. },
  9. "dependencies": {
  10. "compressing": "^1.5.1",
  11. "egg": "^2.15.1",
  12. "egg-naf-amqp": "0.0.13",
  13. "egg-redis": "^2.4.0",
  14. "egg-scripts": "^2.11.0",
  15. "encoding": "^0.1.13",
  16. "exceljs": "^4.2.0",
  17. "fast-xml-parser": "^3.20.3",
  18. "lodash": "^4.17.15",
  19. "mime-types": "^2.1.33",
  20. "moment": "^2.24.0",
  21. "naf-framework-mongoose": "^0.6.11",
  22. "string-random": "^0.1.3",
  23. "url-join": "^4.0.1"
  24. },
  25. "devDependencies": {
  26. "autod": "^3.0.1",
  27. "autod-egg": "^1.1.0",
  28. "egg-bin": "^4.11.0",
  29. "egg-ci": "^1.11.0",
  30. "egg-mock": "^3.21.0",
  31. "eslint": "^5.13.0",
  32. "eslint-config-egg": "^7.1.0",
  33. "jsonwebtoken": "^8.5.1"
  34. },
  35. "engines": {
  36. "node": ">=10.0.0"
  37. },
  38. "scripts": {
  39. "start": "egg-scripts start --title=egg-server-service-live",
  40. "stop": "egg-scripts stop --title=egg-server-service-live",
  41. "dev": "egg-bin dev",
  42. "debug": "egg-bin debug",
  43. "test": "npm run lint -- --fix && npm run test-local",
  44. "test-local": "egg-bin test",
  45. "cov": "egg-bin cov",
  46. "lint": "eslint .",
  47. "ci": "npm run lint && npm run cov",
  48. "autod": "autod"
  49. },
  50. "ci": {
  51. "version": "10"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": ""
  56. },
  57. "author": "free",
  58. "license": "MIT"
  59. }