{ "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.3.2", "canvas": "2.11.0", "discord.js": "14.7.1", "moment": "2.29.4", "ms": "2.1.3", "mongoose": "6.10.0", "systeminformation": "5.17.10", "@octokit/rest": "19.0.7", "typescript": "4.9.5", "xml-js": "1.6.11" }, "devDependencies": { "@types/node": "18.14.1", "ts-node": "10.9.1" } }