package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "index_sys",
  3. "version": "1.0.0",
  4. "description": "SmartCost Index System",
  5. "private": true,
  6. "dependencies": {
  7. "await-stream-ready": "^1.0.1",
  8. "decimal.js": "^10.2.0",
  9. "egg": "^2.2.1",
  10. "egg-mysql": "^3.0.0",
  11. "egg-redis": "^2.0.0",
  12. "egg-scripts": "^2.5.0",
  13. "egg-socket.io": "^4.1.6",
  14. "egg-view": "^2.1.0",
  15. "egg-view-ejs": "^2.0.0",
  16. "lodash": "^4.17.15",
  17. "mathjs": "^4.1.2",
  18. "node-xlsx": "^0.12.0",
  19. "stream-to-array": "^2.3.0",
  20. "stream-wormhole": "^1.0.3",
  21. "uglify-es": "^3.3.9"
  22. },
  23. "devDependencies": {
  24. "autod": "^3.0.1",
  25. "autod-egg": "^1.0.0",
  26. "egg-bin": "^4.3.5",
  27. "egg-ci": "^1.8.0",
  28. "egg-mock": "^3.14.0",
  29. "eslint": "^4.11.0",
  30. "eslint-config-egg": "^6.0.0",
  31. "webstorm-disable-index": "^1.2.0"
  32. },
  33. "engines": {
  34. "node": ">=8.9.0"
  35. },
  36. "scripts": {
  37. "start": "egg-scripts start --daemon --title=egg-server-index_sys --port 7003 --sticky",
  38. "stop": "egg-scripts stop --title=egg-server-index_sys",
  39. "dev": "egg-bin dev --port 7003 --sticky",
  40. "dev-qa": "set EGG_SERVER_ENV=qa&&egg-bin dev --port 7003 --sticky",
  41. "dev-local": "set EGG_SERVER_ENV=local&&egg-bin dev --port 7003 --sticky",
  42. "debug": "egg-bin debug",
  43. "test": "npm run lint -- --fix&&npm run test-local",
  44. "test-local": "egg-bin test",
  45. "test-qa": "set EGG_SERVER_ENV=qa&&egg-bin test",
  46. "cov": "egg-bin cov",
  47. "lint": "eslint .",
  48. "ci": "npm run lint && npm run cov",
  49. "autod": "autod"
  50. },
  51. "ci": {
  52. "version": "8"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": ""
  57. },
  58. "author": "Mai",
  59. "license": "MIT"
  60. }