package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "service-dataimport",
  3. "version": "1.0.0",
  4. "description": "",
  5. "private": true,
  6. "egg": {
  7. "framework": "naf-framework-mongoose"
  8. },
  9. "dependencies": {
  10. "egg": "^2.23.0",
  11. "egg-naf-amqp": "0.0.13",
  12. "egg-scripts": "^2.11.0",
  13. "jsonwebtoken": "^8.5.1",
  14. "naf-framework-mongoose": "^0.6.11",
  15. "uuid": "^3.3.3",
  16. "silly-datetime": "^0.1.2"
  17. },
  18. "devDependencies": {
  19. "autod": "^3.1.0",
  20. "autod-egg": "^1.1.0",
  21. "egg-bin": "^4.13.1",
  22. "egg-ci": "^1.13.0",
  23. "egg-mock": "^3.23.1",
  24. "eslint": "^6.1.0",
  25. "eslint-config-egg": "^7.4.1",
  26. "eslint-config-egg-naf": "0.0.3",
  27. "webstorm-disable-index": "^1.2.0"
  28. },
  29. "engines": {
  30. "node": ">=10.0.0"
  31. },
  32. "scripts": {
  33. "start": "egg-scripts start --daemon --title=egg-server-service-dataimport",
  34. "stop": "egg-scripts stop --title=egg-server-service-dataimport",
  35. "dev": "egg-bin dev",
  36. "debug": "egg-bin debug",
  37. "test": "npm run lint -- --fix && npm run test-local",
  38. "test-local": "egg-bin test",
  39. "cov": "egg-bin cov",
  40. "lint": "eslint .",
  41. "ci": "npm run lint && npm run cov",
  42. "autod": "autod"
  43. },
  44. "ci": {
  45. "version": "10"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": ""
  50. },
  51. "author": "ly",
  52. "license": "MIT"
  53. }