package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "disk-scan",
  3. "version": "1.0.0",
  4. "description": "",
  5. "private": true,
  6. "egg": {
  7. "framework": "naf-framework-mongoose-free"
  8. },
  9. "dependencies": {
  10. "diskinfo": "^0.0.3",
  11. "egg": "^2",
  12. "egg-scripts": "^2",
  13. "lodash": "^4.17.21",
  14. "moment": "^2.29.1",
  15. "naf-framework-mongoose-free": "^0.0.36",
  16. "nodemailer": "^6.7.8"
  17. },
  18. "devDependencies": {
  19. "autod": "^3",
  20. "autod-egg": "^1",
  21. "egg-bin": "^4",
  22. "egg-ci": "^2",
  23. "egg-mock": "^4",
  24. "eslint": "^8",
  25. "eslint-config-egg": "^12",
  26. "jsonwebtoken": "^8.5.1"
  27. },
  28. "engines": {
  29. "node": ">=16.0.0"
  30. },
  31. "scripts": {
  32. "start": "egg-scripts start --daemon --title=egg-server-dick-scan",
  33. "stop": "egg-scripts stop --title=egg-server-dick-scan",
  34. "dev": "egg-bin dev",
  35. "debug": "egg-bin debug",
  36. "test": "npm run lint -- --fix && npm run test-local",
  37. "test-local": "egg-bin test",
  38. "cov": "egg-bin cov",
  39. "lint": "eslint .",
  40. "ci": "npm run lint && npm run cov",
  41. "autod": "autod"
  42. },
  43. "ci": {
  44. "version": "16",
  45. "type": "github"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": ""
  50. },
  51. "author": "",
  52. "license": "MIT"
  53. }