package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "egg-universal-szjcomo",
  3. "version": "1.0.2",
  4. "description": "基于egg.js的快速开发框架",
  5. "private": true,
  6. "egg": {
  7. "declarations": true
  8. },
  9. "dependencies": {
  10. "await-stream-ready": "^1.0.1",
  11. "decimal.js": "^10.4.3",
  12. "egg": "^2.15.1",
  13. "egg-cors": "^2.2.3",
  14. "egg-jwt": "^3.1.7",
  15. "egg-redis": "^2.4.0",
  16. "egg-router-plus": "^1.3.1",
  17. "egg-scripts": "^2.11.0",
  18. "egg-sequelize": "^5.2.2",
  19. "egg-szjcomo-bean": "^1.0.1",
  20. "egg-szjcomo-dxw": "^1.0.2",
  21. "egg-szjcomo-utils": "^1.0.9",
  22. "egg-szjcomo-validate": "^1.0.3",
  23. "mysql2": "^2.1.0",
  24. "stream-wormhole": "^1.1.0",
  25. "svg-captcha": "^1.4.0",
  26. "wechatpay-node-v3": "^2.1.0"
  27. },
  28. "devDependencies": {
  29. "autod": "^3.0.1",
  30. "autod-egg": "^1.1.0",
  31. "egg-bin": "^4.11.0",
  32. "egg-ci": "^1.11.0",
  33. "egg-mock": "^3.21.0",
  34. "eslint": "^5.13.0",
  35. "eslint-config-egg": "^7.1.0"
  36. },
  37. "engines": {
  38. "node": ">=10.0.0"
  39. },
  40. "scripts": {
  41. "start": "export APP_CUSTOME=oneshop&& egg-scripts start --daemon --title=egg-oneshop-szjcomo --ignore-stderr --workers=1",
  42. "stop": "export APP_CUSTOME=oneshop&& egg-scripts stop --title=egg-oneshop-szjcomo --workers=1",
  43. "dev": "set APP_CUSTOME=oneshop&& egg-bin dev",
  44. "debug": "egg-bin debug",
  45. "test": "npm run lint -- --fix && npm run test-local",
  46. "test-local": "egg-bin test",
  47. "cov": "egg-bin cov",
  48. "lint": "eslint .",
  49. "ci": "npm run lint && npm run cov",
  50. "autod": "autod",
  51. "model": "egg-sequelize-auto -o app/models/mysql -c auto_model.json -t szj_product_comment",
  52. "bak": "sequelize-automate -c auto_model.json"
  53. },
  54. "ci": {
  55. "version": "10"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": ""
  60. },
  61. "author": "szjcomo",
  62. "license": "MIT"
  63. }