package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "zkzx-v2-server-front",
  3. "version": "1.0.0",
  4. "description": "服务-前台",
  5. "private": true,
  6. "egg": {
  7. "framework": "naf-framework-mongoose-free"
  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.21",
  19. "mime-types": "^2.1.33",
  20. "moment": "^2.29.1",
  21. "naf-framework-mongoose-free": "^0.0.18",
  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 --daemon --title=egg-server-server-user",
  40. "stop": "egg-scripts stop --title=egg-server-server-user",
  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. "getConfig": "node ./util/configUtil.js"
  50. },
  51. "ci": {
  52. "version": "10"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": ""
  57. },
  58. "author": "lrf",
  59. "license": "MIT"
  60. }