1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00
Daggerbot-TS/package.json
2023-04-14 20:47:58 +10:00

44 lines
891 B
JSON

{
"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/AnxietyisReal/Daggerbot-TS.git"
},
"author": "Toast",
"license": "ISC",
"os": [
"!darwin",
"win32",
"linux"
],
"cpu": [
"x64",
"!arm",
"!mips",
"!ia32"
],
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"axios": "1.3.2",
"canvas": "2.11.2",
"discord.js": "14.9.0",
"moment": "2.29.4",
"ms": "2.1.3",
"mongoose": "7.0.3",
"systeminformation": "5.17.12",
"@octokit/rest": "19.0.7",
"typescript": "5.0.4",
"xml-js": "1.6.11"
},
"devDependencies": {
"@types/ms": "0.7.31",
"@types/node": "18.15.11",
"ts-node": "10.9.1"
}
}