package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "filestore",
  3. "version": "1.0.0",
  4. "description": "",
  5. "private": true,
  6. "dependencies": {
  7. "await-stream-ready": "^1.0.1",
  8. "egg": "^2.20.1",
  9. "egg-scripts": "^2.11.0",
  10. "moment": "^2.24.0",
  11. "mongodb": "^3.1.13",
  12. "naf-core": "0.1.2",
  13. "stream-wormhole": "^1.1.0"
  14. },
  15. "devDependencies": {
  16. "autod": "^3.0.1",
  17. "autod-egg": "^1.1.0",
  18. "egg-bin": "^4.12.0",
  19. "egg-ci": "^1.11.0",
  20. "egg-mock": "^3.22.1",
  21. "eslint": "^5.15.3",
  22. "eslint-config-egg": "^7.2.0",
  23. "webstorm-disable-index": "^1.2.0"
  24. },
  25. "engines": {
  26. "node": ">=8.9.0"
  27. },
  28. "scripts": {
  29. "start": "egg-scripts start --daemon --title=filestore",
  30. "stop": "egg-scripts stop --title=filestore",
  31. "dev": "egg-bin dev",
  32. "debug": "egg-bin debug",
  33. "test": "npm run lint -- --fix && npm run test-local",
  34. "test-local": "egg-bin test",
  35. "cov": "egg-bin cov",
  36. "lint": "eslint .",
  37. "ci": "npm run lint && npm run cov",
  38. "autod": "autod",
  39. "pm2": "pm2 start",
  40. "restart": "pm2 restart filestore"
  41. },
  42. "ci": {
  43. "version": "8"
  44. },
  45. "repository": {
  46. "type": "git",
  47. "url": ""
  48. },
  49. "author": "dyg",
  50. "license": "MIT"
  51. }