package.json 1.7 KB

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