package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "service-question",
  3. "version": "1.0.0",
  4. "description": "问卷调查",
  5. "private": true,
  6. "egg": {
  7. "framework": "naf-framework-mongoose"
  8. },
  9. "dependencies": {
  10. "archiver": "^5.3.0",
  11. "docxtemplater": "^3.26.4",
  12. "egg": "^2.15.1",
  13. "egg-naf-amqp": "0.0.13",
  14. "egg-redis": "^2.4.0",
  15. "egg-scripts": "^2.11.0",
  16. "lodash": "^4.17.15",
  17. "moment": "^2.24.0",
  18. "naf-framework-mongoose": "^0.6.11",
  19. "pizzip": "^3.1.1"
  20. },
  21. "devDependencies": {
  22. "autod": "^3.0.1",
  23. "autod-egg": "^1.1.0",
  24. "egg-bin": "^4.11.0",
  25. "egg-ci": "^1.11.0",
  26. "egg-mock": "^3.21.0",
  27. "eslint": "^5.13.0",
  28. "eslint-config-egg": "^7.1.0"
  29. },
  30. "engines": {
  31. "node": ">=10.0.0"
  32. },
  33. "scripts": {
  34. "start": "egg-scripts start --daemon --title=egg-server-service-question",
  35. "stop": "egg-scripts stop --title=egg-server-service-question",
  36. "dev": "egg-bin dev",
  37. "debug": "egg-bin debug",
  38. "test": "npm run lint -- --fix && npm run test-local",
  39. "test-local": "egg-bin test",
  40. "cov": "egg-bin cov",
  41. "lint": "eslint .",
  42. "ci": "npm run lint && npm run cov",
  43. "autod": "autod"
  44. },
  45. "ci": {
  46. "version": "10"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": ""
  51. },
  52. "author": "lrf",
  53. "license": "MIT"
  54. }