{ "name": "daggerbot-ts", "description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.", "main": "dist/index.js", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/toast-ts/Daggerbot-TS.git" }, "scripts": { "dev": "yarn tsc && yarn node . src/DB-Beta.config.json daggerbotbeta true", "sdk": "yarn dlx @yarnpkg/sdks vscode" }, "author": "Toast", "os": [ "linux", "darwin" ], "cpu": [ "x64" ], "engines": { "node": ">=18.18.0, <19 || >=20", "yarn": ">=4.0.0", "npm": "yarn is required, dont use npm" }, "engineStrict": true, "packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb", "dependencies": { "@napi-rs/canvas": "0.1.50", "@octokit/rest": "20.0.2", "@toast/tokenservice-client": "1.0.12", "ansi-colors": "4.1.3", "dayjs": "1.11.10", "discord.js": "14.14.1", "fast-xml-parser": "4.3.5", "mathjs": "12.4.0", "ms": "2.1.3", "node-cron": "3.0.3", "pg": "8.11.3", "pg-hstore": "2.3.4", "redis": "4.6.13", "sequelize": "6.37.1", "simple-git": "3.22.0", "systeminformation": "5.22.0", "undici": "6.6.2" }, "devDependencies": { "@types/ms": "0.7.34", "@types/node": "20.11.22", "@types/node-cron": "3.0.11", "@types/pg": "8.11.2", "@types/sequelize": "4.28.20", "typescript": "5.3.3" } }