package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "faw-tsp-chart-admin",
  3. "version": "1.0.0",
  4. "description": "tsp_view",
  5. "private": true,
  6. "egg": {
  7. "declarations": true
  8. },
  9. "dependencies": {
  10. "egg": "^2.27.0",
  11. "egg-cors": "^2.2.3",
  12. "egg-mongoose": "^3.2.0",
  13. "egg-redis": "^2.4.0",
  14. "egg-scripts": "^2.13.0",
  15. "egg-validate": "^2.0.2"
  16. },
  17. "devDependencies": {
  18. "autod": "^3.1.0",
  19. "autod-egg": "^1.1.0",
  20. "egg-bin": "^4.15.0",
  21. "egg-ci": "^1.15.0",
  22. "egg-mock": "^4.0.0",
  23. "eslint": "^7.5.0",
  24. "eslint-config-egg": "^8.0.1"
  25. },
  26. "engines": {
  27. "node": ">=10.0.0"
  28. },
  29. "scripts": {
  30. "dev": "egg-bin dev",
  31. "sit3": "egg-scripts start --env=sit3 --title=egg-server-faw-tsp-chart-admin",
  32. "sit": "egg-scripts start --env=sit --title=egg-server-faw-tsp-chart-admin",
  33. "prod3": "egg-scripts start --env=prod3 --title=egg-server-faw-tsp-chart-admin",
  34. "stop": "egg-scripts stop --title=egg-server-faw-tsp-chart-admin",
  35. "debug": "egg-bin debug",
  36. "test": "npm run lint -- --fix && npm run test-local",
  37. "test-local": "egg-bin test",
  38. "cov": "egg-bin cov",
  39. "lint": "eslint .",
  40. "ci": "npm run lint && npm run cov",
  41. "autod": "autod"
  42. },
  43. "ci": {
  44. "version": "10"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": ""
  49. },
  50. "author": "tsp",
  51. "license": "MIT"
  52. }