package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "botqq",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "type": "module",
  7. "scripts": {
  8. "build": "cp -R ./src/config/ ./dist/ && cp -R ./src/resources/ ./dist/ && tsc",
  9. "dev": "nodemon --watch src --ext ts,yml --exec \"node --no-warnings --loader=ts-node/esm --import=ts-node/esm src/app.ts\"",
  10. "start": "npm run build && node dist/app.js"
  11. },
  12. "workspaces": [
  13. "packages/*"
  14. ],
  15. "keywords": [],
  16. "author": "",
  17. "license": "ISC",
  18. "dependencies": {
  19. "https-proxy-agent": "^7.0.0",
  20. "@skland-x/core": "workspace:*",
  21. "@date-fns/tz": "^1.2.0",
  22. "date-fns": "^4.1.0",
  23. "defu": "^6.1.4",
  24. "unctx": "^2.4.1",
  25. "unstorage": "^1.16.0",
  26. "@renmu/bili-api": "^2.7.0",
  27. "@types/sharp": "^0.32.0",
  28. "art-template": "^4.13.2",
  29. "axios": "^1.7.8",
  30. "fluent-ffmpeg": "^2.1.3",
  31. "jimp": "^1.6.0",
  32. "js-yaml": "^4.1.0",
  33. "minimist": "^1.2.8",
  34. "node-cron": "^3.0.3",
  35. "node-napcat-ts": "^0.4.0",
  36. "puppeteer": "^23.9.0",
  37. "puppeteer-screen-recorder": "^3.0.6",
  38. "rcon-client": "^4.2.5",
  39. "reflect-metadata": "^0.2.2",
  40. "sharp": "^0.34.3",
  41. "tesseract.js": "^6.0.1",
  42. "winston": "^3.17.0",
  43. "winston-daily-rotate-file": "^5.0.0",
  44. "yaml": "^2.6.1"
  45. },
  46. "devDependencies": {
  47. "https-proxy-agent": "^7.0.0",
  48. "@skland-x/core": "workspace:*",
  49. "@date-fns/tz": "^1.2.0",
  50. "date-fns": "^4.1.0",
  51. "defu": "^6.1.4",
  52. "unctx": "^2.4.1",
  53. "unstorage": "^1.16.0",
  54. "@types/js-yaml": "^4.0.9",
  55. "@types/minimist": "^1.2.5",
  56. "@types/node": "^16.18.126",
  57. "@types/node-cron": "^3.0.11",
  58. "@types/winston": "^2.4.4",
  59. "nodemon": "^3.1.9",
  60. "ts-node": "^10.9.2",
  61. "tsconfig-paths": "^4.2.0",
  62. "typescript": "^4.9.5"
  63. }
  64. }