package.json 1.2 KB

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