package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "jsonwebtoken": "^8.5.1",
  14. "lodash": "^4.17.15",
  15. "moment": "^2.24.0",
  16. "naf-framework-mongoose": "^0.6.11",
  17. "silly-datetime": "^0.1.2",
  18. "string-random": "^0.1.3",
  19. "url-join": "^4.0.1",
  20. "uuid": "^3.3.3",
  21. "xlsx": "^0.15.1",
  22. "xmlreader": "^0.2.3"
  23. },
  24. "devDependencies": {
  25. "autod": "^3.0.1",
  26. "autod-egg": "^1.1.0",
  27. "egg-bin": "^4.11.0",
  28. "egg-ci": "^1.11.0",
  29. "egg-mock": "^3.21.0",
  30. "eslint": "^5.13.0",
  31. "eslint-config-egg": "^7.1.0"
  32. },
  33. "engines": {
  34. "node": ">=10.0.0"
  35. },
  36. "scripts": {
  37. "start": "egg-scripts start --daemon --title=egg-server-service-financial",
  38. "stop": "egg-scripts stop --title=egg-server-service-financial",
  39. "dev": "egg-bin dev",
  40. "debug": "egg-bin debug",
  41. "test": "npm run lint -- --fix && npm run test-local",
  42. "test-local": "egg-bin test",
  43. "cov": "egg-bin cov",
  44. "lint": "eslint .",
  45. "ci": "npm run lint && npm run cov",
  46. "autod": "autod",
  47. "pm2": "pm2 start",
  48. "restart": "pm2 restart financial-service"
  49. },
  50. "ci": {
  51. "version": "10"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": ""
  56. },
  57. "author": "ly",
  58. "license": "MIT"
  59. }