mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
45 lines
927 B
JSON
45 lines
927 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.5",
|
|
"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",
|
|
"@octokit/auth-token": "3.0.3",
|
|
"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"
|
|
}
|
|
}
|