package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "service-file",
  3. "version": "1.0.0",
  4. "description": "",
  5. "private": true,
  6. "egg": {
  7. "declarations": true
  8. },
  9. "dependencies": {
  10. "await-stream-ready": "^1.0.1",
  11. "egg": "^2.15.1",
  12. "egg-scripts": "^2.11.0",
  13. "fluent-ffmpeg": "^2.1.2",
  14. "moment": "^2.24.0",
  15. "mongodb": "^3.1.13",
  16. "naf-core": "0.1.2",
  17. "sharp": "^0.26.2",
  18. "stream-wormhole": "^1.1.0"
  19. },
  20. "devDependencies": {
  21. "autod": "^3.0.1",
  22. "autod-egg": "^1.1.0",
  23. "egg-bin": "^4.11.0",
  24. "egg-ci": "^1.11.0",
  25. "egg-mock": "^3.21.0",
  26. "eslint": "^5.13.0",
  27. "eslint-config-egg": "^7.1.0",
  28. "webstorm-disable-index": "^1.2.0"
  29. },
  30. "engines": {
  31. "node": ">=10.0.0"
  32. },
  33. "scripts": {
  34. "start": "egg-scripts start --daemon --title=egg-server-service-file",
  35. "stop": "egg-scripts stop --title=egg-server-service-file",
  36. "dev": "egg-bin dev",
  37. "debug": "egg-bin debug",
  38. "test": "npm run lint -- --fix && npm run test-local",
  39. "test-local": "egg-bin test",
  40. "cov": "egg-bin cov",
  41. "lint": "eslint .",
  42. "ci": "npm run lint && npm run cov",
  43. "autod": "autod",
  44. "pm2": "pm2 start",
  45. "restart": "pm2 restart service-file"
  46. },
  47. "ci": {
  48. "version": "10"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": ""
  53. },
  54. "author": "ly",
  55. "license": "MIT"
  56. }