package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "service-financial",
  3. "version": "1.0.0",
  4. "description": "",
  5. "private": true,
  6. "egg": {
  7. "framework": "naf-framework-mongoose"
  8. },
  9. "dependencies": {
  10. "@alicloud/pop-core": "^1.7.9",
  11. "egg": "^2.23.0",
  12. "egg-scripts": "^2.11.0",
  13. "exceljs": "^3.9.0",
  14. "jsonwebtoken": "^8.5.1",
  15. "lodash": "^4.17.15",
  16. "moment": "^2.24.0",
  17. "naf-framework-mongoose": "^0.6.11",
  18. "silly-datetime": "^0.1.2",
  19. "string-random": "^0.1.3",
  20. "url-join": "^4.0.1",
  21. "uuid": "^3.3.3",
  22. "xlsx": "^0.15.1",
  23. "xmlreader": "^0.2.3"
  24. },
  25. "devDependencies": {
  26. "autod": "^3.0.1",
  27. "autod-egg": "^1.1.0",
  28. "egg-bin": "^4.11.0",
  29. "egg-ci": "^1.11.0",
  30. "egg-mock": "^3.21.0",
  31. "eslint": "^5.13.0",
  32. "eslint-config-egg": "^7.1.0"
  33. },
  34. "engines": {
  35. "node": ">=10.0.0"
  36. },
  37. "scripts": {
  38. "start": "egg-scripts start --daemon --title=egg-server-service-financial",
  39. "stop": "egg-scripts stop --title=egg-server-service-financial",
  40. "dev": "egg-bin dev",
  41. "debug": "egg-bin debug",
  42. "test": "npm run lint -- --fix && npm run test-local",
  43. "test-local": "egg-bin test",
  44. "cov": "egg-bin cov",
  45. "lint": "eslint .",
  46. "ci": "npm run lint && npm run cov",
  47. "autod": "autod",
  48. "pm2": "pm2 start",
  49. "restart": "pm2 restart financial-service"
  50. },
  51. "ci": {
  52. "version": "10"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": ""
  57. },
  58. "author": "ly",
  59. "license": "MIT"
  60. }