package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "service-onlive",
  3. "version": "1.0.0",
  4. "description": "",
  5. "private": true,
  6. "egg": {
  7. "framework": "naf-framework-mongoose"
  8. },
  9. "dependencies": {
  10. "egg": "^2.23.0",
  11. "egg-naf-amqp": "0.0.13",
  12. "egg-redis": "^2.4.0",
  13. "egg-scripts": "^2.11.0",
  14. "egg-view-nunjucks": "^2.2.0",
  15. "jsonwebtoken": "^8.5.1",
  16. "lodash": "^4.17.15",
  17. "moment": "^2.24.0",
  18. "naf-framework-mongoose": "^0.6.11",
  19. "qiniu": "^7.3.2",
  20. "raml2html": "^6.1.0",
  21. "silly-datetime": "^0.1.2",
  22. "string-random": "^0.1.3",
  23. "tencentcloud-sdk-nodejs": "^3.0.199",
  24. "tls-sig-api-v2": "^1.0.0",
  25. "url-join": "^4.0.1",
  26. "uuid": "^3.3.3",
  27. "xlsx": "^0.15.1",
  28. "xmlreader": "^0.2.3"
  29. },
  30. "devDependencies": {
  31. "autod": "^3.0.1",
  32. "autod-egg": "^1.1.0",
  33. "egg-bin": "^4.11.0",
  34. "egg-ci": "^1.11.0",
  35. "egg-mock": "^3.21.0",
  36. "eslint": "^5.13.0",
  37. "eslint-config-egg": "^7.1.0"
  38. },
  39. "engines": {
  40. "node": ">=10.0.0"
  41. },
  42. "scripts": {
  43. "start": "egg-scripts start --daemon --title=egg-server-service-onlive",
  44. "stop": "egg-scripts stop --title=egg-server-service-onlive",
  45. "dev": "egg-bin dev",
  46. "debug": "egg-bin debug",
  47. "test": "npm run lint -- --fix && npm run test-local",
  48. "test-local": "egg-bin test",
  49. "cov": "egg-bin cov",
  50. "lint": "eslint .",
  51. "ci": "npm run lint && npm run cov",
  52. "autod": "autod"
  53. },
  54. "ci": {
  55. "version": "10"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": ""
  60. },
  61. "author": "ly",
  62. "license": "MIT"
  63. }