{ "name": "daggerbot-ts", "description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.", "main": "src/index.ts", "repository": { "type": "git", "url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git" }, "author": "Toast", "license": "ISC", "os": [ "!darwin", "win32", "linux" ], "cpu": [ "x64", "!arm", "!mips", "!ia32" ], "engines": { "node": ">=17.0.0" }, "dependencies": { "axios": "1.2.1", "canvas": "2.11.0", "discord.js": "14.7.1", "moment": "2.29.4", "ms": "2.1.3", "sequelize": "6.28.0", "sqlite3": "5.1.4", "systeminformation": "5.16.9", "typescript": "4.9.4", "xml-js": "1.6.11" }, "devDependencies": { "@types/node": "18.11.18", "ts-node": "10.9.1" } }