package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "botqq",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "type": "module",
  7. "scripts": {
  8. "build": "tsc && cp -R config/ resources/ dist/",
  9. "dev": "nodemon --exec \"node --no-warnings --loader ts-node/esm --import tsconfig-paths/register src/app.ts\"",
  10. "start": "npm run build && node dist/app.js"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "art-template": "^4.13.2",
  17. "axios": "^1.7.8",
  18. "js-yaml": "^4.1.0",
  19. "minimist": "^1.2.8",
  20. "node-cron": "^3.0.3",
  21. "node-napcat-ts": "^0.4.0",
  22. "puppeteer": "^23.9.0",
  23. "reflect-metadata": "^0.2.2",
  24. "ts-node": "^10.9.2",
  25. "winston": "^3.17.0",
  26. "winston-daily-rotate-file": "^5.0.0",
  27. "yaml": "^2.6.1"
  28. },
  29. "devDependencies": {
  30. "@types/js-yaml": "^4.0.9",
  31. "@types/minimist": "^1.2.5",
  32. "@types/node": "^16.0.0",
  33. "@types/node-cron": "^3.0.11",
  34. "@types/winston": "^2.4.4",
  35. "nodemon": "^3.1.9",
  36. "tsconfig-paths": "^4.2.0",
  37. "typescript": "^4.5.0"
  38. }
  39. }