package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "service-setting",
  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. "lodash": "^4.17.15",
  13. "jsonwebtoken": "^8.5.1",
  14. "silly-datetime": "^0.1.2",
  15. "naf-framework-mongoose": "^0.6.11"
  16. },
  17. "devDependencies": {
  18. "autod": "^3.0.1",
  19. "autod-egg": "^1.1.0",
  20. "egg-bin": "^4.11.0",
  21. "egg-ci": "^1.11.0",
  22. "egg-mock": "^3.21.0",
  23. "eslint": "^5.13.0",
  24. "eslint-config-egg": "^7.1.0"
  25. },
  26. "engines": {
  27. "node": ">=10.0.0"
  28. },
  29. "scripts": {
  30. "start": "egg-scripts start --daemon --title=egg-server-service-setting",
  31. "stop": "egg-scripts stop --title=egg-server-service-setting",
  32. "dev": "egg-bin dev",
  33. "debug": "egg-bin debug",
  34. "test": "npm run lint -- --fix && npm run test-local",
  35. "test-local": "egg-bin test",
  36. "cov": "egg-bin cov",
  37. "lint": "eslint .",
  38. "ci": "npm run lint && npm run cov",
  39. "autod": "autod"
  40. },
  41. "ci": {
  42. "version": "10"
  43. },
  44. "repository": {
  45. "type": "git",
  46. "url": ""
  47. },
  48. "author": "",
  49. "license": "MIT"
  50. }