package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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.14.1",
  9. "egg-scripts": "^2.10.0",
  10. "moment": "^2.22.2",
  11. "mongodb": "^3.1.10",
  12. "naf-core": "0.0.27",
  13. "stream-wormhole": "^1.1.0"
  14. },
  15. "devDependencies": {
  16. "autod": "^3.0.1",
  17. "autod-egg": "^1.1.0",
  18. "egg-bin": "^4.9.0",
  19. "egg-ci": "^1.10.0",
  20. "egg-mock": "^3.20.1",
  21. "eslint": "^5.10.0",
  22. "webstorm-disable-index": "^1.2.0"
  23. },
  24. "engines": {
  25. "node": ">=8.9.0"
  26. },
  27. "scripts": {
  28. "start": "egg-scripts start --daemon --title=filestore",
  29. "stop": "egg-scripts stop --title=filestore",
  30. "dev": "egg-bin dev",
  31. "debug": "egg-bin debug",
  32. "test": "npm run lint -- --fix && npm run test-local",
  33. "test-local": "egg-bin test",
  34. "cov": "egg-bin cov",
  35. "lint": "eslint .",
  36. "ci": "npm run lint && npm run cov",
  37. "autod": "autod",
  38. "pm2": "pm2 start",
  39. "restart": "pm2 restart filestore"
  40. },
  41. "ci": {
  42. "version": "8"
  43. },
  44. "repository": {
  45. "type": "git",
  46. "url": ""
  47. },
  48. "author": "dyg",
  49. "license": "MIT"
  50. }