1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 16:30:59 -04:00
Daggerbot-TS/package.json
2022-11-18 22:29:03 +11:00

41 lines
809 B
JSON

{
"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.1.2",
"canvas": "2.10.2",
"discord.js": "14.6.0",
"moment": "2.29.4",
"ms": "2.1.3",
"sequelize": "6.25.6",
"sqlite3": "5.1.2",
"systeminformation": "5.12.15",
"xml-js": "1.6.11"
},
"devDependencies": {
"@types/node": "18.11.9",
"ts-node": "10.9.1"
}
}