1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00
Daggerbot-TS/package.json

44 lines
901 B
JSON
Raw Normal View History

2022-11-11 16:33:37 -05:00
{
"name": "daggerbot-ts",
"description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.",
2023-04-14 06:47:58 -04:00
"main": "dist/index.js",
"type": "module",
2022-11-11 16:33:37 -05:00
"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": {
2023-03-12 18:04:32 -04:00
"node": ">=18.12.0"
2022-11-11 19:58:11 -05:00
},
"dependencies": {
2023-06-11 02:01:05 -04:00
"axios": "1.4.0",
2023-04-13 20:28:37 -04:00
"canvas": "2.11.2",
2023-05-17 20:15:59 -04:00
"discord.js": "14.11.0",
2022-11-11 19:58:11 -05:00
"moment": "2.29.4",
"ms": "2.1.3",
2023-06-24 09:47:55 -04:00
"mongoose": "7.3.1",
"systeminformation": "5.18.4",
"@octokit/rest": "19.0.13",
"@octokit/auth-token": "4.0.0",
2023-06-02 06:28:35 -04:00
"typescript": "5.1.3",
"xml-js": "1.6.11"
2022-11-11 19:58:11 -05:00
},
"devDependencies": {
2023-04-14 06:47:58 -04:00
"@types/ms": "0.7.31",
2023-06-24 09:47:55 -04:00
"@types/node": "20.3.1"
2022-11-11 16:33:37 -05:00
}
}