package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "naf-code",
  3. "version": "1.0.0",
  4. "description": "NAF框架数据字典服务",
  5. "private": true,
  6. "egg": {
  7. "framework": "naf-framework-mongoose"
  8. },
  9. "dependencies": {
  10. "autodetect-decoder-stream": "^1.0.3",
  11. "lodash": "^4.17.11",
  12. "naf-framework-mongoose": "^0.6.1",
  13. "xlsx": "^0.14.1"
  14. },
  15. "devDependencies": {
  16. "autod": "^3.0.1",
  17. "autod-egg": "^1.1.0",
  18. "egg-bin": "^4.12.0",
  19. "egg-ci": "^1.11.0",
  20. "egg-mock": "^3.22.1",
  21. "eslint": "^5.15.3",
  22. "eslint-config-egg": "^7.2.0",
  23. "eslint-config-egg-naf": "0.0.3"
  24. },
  25. "engines": {
  26. "node": ">=8.9.0"
  27. },
  28. "scripts": {
  29. "start": "egg-scripts start --daemon --title=naf-code",
  30. "stop": "egg-scripts stop --title=naf-code",
  31. "dev": "egg-bin dev",
  32. "debug": "egg-bin debug",
  33. "test": "npm run lint -- --fix && npm run test-local",
  34. "test-local": "egg-bin test",
  35. "cov": "egg-bin cov",
  36. "lint": "eslint .",
  37. "ci": "npm run lint && npm run cov",
  38. "autod": "autod",
  39. "pm2": "pm2 start",
  40. "restart": "pm2 restart naf-code"
  41. },
  42. "ci": {
  43. "version": "8"
  44. },
  45. "repository": {
  46. "type": "git",
  47. "url": ""
  48. },
  49. "author": "dyg",
  50. "license": "MIT"
  51. }