package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "servicezhwl",
  3. "version": "1.0.0",
  4. "description": "",
  5. "private": true,
  6. "egg": {
  7. "framework": "naf-framework-mongoose"
  8. },
  9. "dependencies": {
  10. "cheerio": "^1.0.0-rc.3",
  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. "exceljs": "^4.2.0",
  16. "jsonwebtoken": "^8.5.1",
  17. "lodash": "^4.17.15",
  18. "moment": "^2.27.0",
  19. "naf-framework-mongoose": "^0.6.11",
  20. "redis": "^3.0.2"
  21. },
  22. "devDependencies": {
  23. "autod": "^3.0.1",
  24. "autod-egg": "^1.1.0",
  25. "egg-bin": "^4.11.0",
  26. "egg-ci": "^1.11.0",
  27. "egg-mock": "^3.21.0",
  28. "eslint": "^5.13.0",
  29. "eslint-config-egg": "^7.1.0"
  30. },
  31. "engines": {
  32. "node": ">=10.0.0"
  33. },
  34. "scripts": {
  35. "start": "egg-scripts start --daemon --title=egg-server-serveci-center",
  36. "stop": "egg-scripts stop --title=egg-server-serveci-center",
  37. "dev": "egg-bin dev",
  38. "debug": "egg-bin debug",
  39. "test": "npm run lint -- --fix && npm run test-local",
  40. "test-local": "egg-bin test",
  41. "cov": "egg-bin cov",
  42. "lint": "eslint .",
  43. "ci": "npm run lint && npm run cov",
  44. "autod": "autod"
  45. },
  46. "ci": {
  47. "version": "10"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": ""
  52. },
  53. "author": "",
  54. "license": "MIT"
  55. }