{ "name": "botqq", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "build": "tsc && cp -R config/ resources/ dist/", "dev": "nodemon --exec \"node --no-warnings --loader ts-node/esm --import tsconfig-paths/register src/app.ts\"", "start": "npm run build && node dist/app.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "art-template": "^4.13.2", "axios": "^1.7.8", "js-yaml": "^4.1.0", "minimist": "^1.2.8", "node-cron": "^3.0.3", "node-napcat-ts": "^0.4.0", "puppeteer": "^23.9.0", "reflect-metadata": "^0.2.2", "ts-node": "^10.9.2", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", "yaml": "^2.6.1" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/minimist": "^1.2.5", "@types/node": "^16.0.0", "@types/node-cron": "^3.0.11", "@types/winston": "^2.4.4", "nodemon": "^3.1.9", "tsconfig-paths": "^4.2.0", "typescript": "^4.5.0" } }