package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "info_admin",
  3. "version": "1.0.0",
  4. "description": "",
  5. "private": true,
  6. "egg": {
  7. "declarations": true
  8. },
  9. "dependencies": {
  10. "archiver": "^3.1.1",
  11. "async": "^3.1.0",
  12. "await-stream-ready": "^1.0.1",
  13. "dayjs": "^1.8.15",
  14. "egg": "^2.15.1",
  15. "egg-cors": "^2.2.0",
  16. "egg-mongoose": "^3.2.0",
  17. "egg-redis": "^2.3.2",
  18. "egg-scripts": "^2.11.0",
  19. "exceljs": "~1.12.2",
  20. "gm": "^1.23.1",
  21. "images": "^3.0.2",
  22. "md5": "~2.2.1",
  23. "moment": "^2.24.0",
  24. "qr-image": "^3.2.0",
  25. "request": "^2.88.2",
  26. "request-ip": "2.1.3",
  27. "request-promise": "^4.2.5",
  28. "stream-wormhole": "^1.1.0",
  29. "xlsx": "^0.15.1",
  30. "xml2js": "^0.4.19"
  31. },
  32. "devDependencies": {
  33. "autod": "^3.0.1",
  34. "autod-egg": "^1.1.0",
  35. "egg-bin": "^4.11.0",
  36. "egg-ci": "^1.11.0",
  37. "egg-mock": "^3.21.0",
  38. "eslint": "^5.13.0",
  39. "eslint-config-egg": "^7.1.0"
  40. },
  41. "engines": {
  42. "node": ">=10.0.0"
  43. },
  44. "scripts": {
  45. "start": "egg-scripts start --daemon --title=egg-server-info_admin --ignore-stderr",
  46. "stop": "egg-scripts stop --title=egg-server-info_admin",
  47. "dev": "egg-bin dev",
  48. "debug": "egg-bin debug",
  49. "test": "npm run lint -- --fix && npm run test-local",
  50. "test-local": "egg-bin test",
  51. "cov": "egg-bin cov",
  52. "lint": "eslint .",
  53. "ci": "npm run lint && npm run cov",
  54. "autod": "autod"
  55. },
  56. "ci": {
  57. "version": "10"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": ""
  62. },
  63. "author": "",
  64. "license": "MIT"
  65. }