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",
|
2023-08-06 03:52:45 -04:00
|
|
|
"homepage": "https://github.com/AnxietyisReal/Daggerbot-TS",
|
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": [
|
|
|
|
"win32",
|
2023-08-06 03:52:45 -04:00
|
|
|
"linux",
|
|
|
|
"!darwin"
|
2022-11-11 16:33:37 -05:00
|
|
|
],
|
|
|
|
"cpu": [
|
|
|
|
"x64",
|
2023-06-24 14:01:04 -04:00
|
|
|
"!arm64",
|
2022-11-11 16:33:37 -05:00
|
|
|
"!mips",
|
|
|
|
"!ia32"
|
|
|
|
],
|
|
|
|
"engines": {
|
2023-08-06 03:52:45 -04:00
|
|
|
"node": ">=18.17.0",
|
2023-08-27 06:27:16 -04:00
|
|
|
"yarn": ">=3.6.1",
|
|
|
|
"npm": "please use yarn instead of npm"
|
2022-11-11 19:58:11 -05:00
|
|
|
},
|
2023-09-01 00:32:11 -04:00
|
|
|
"engineStrict": true,
|
2023-08-24 21:47:39 -04:00
|
|
|
"packageManager": "yarn@3.6.3",
|
2022-11-11 19:58:11 -05:00
|
|
|
"dependencies": {
|
2023-08-06 03:52:45 -04:00
|
|
|
"@octokit/auth-token": "4.0.0",
|
2023-10-01 11:44:26 -04:00
|
|
|
"@octokit/rest": "20.0.2",
|
2023-10-06 02:11:23 -04:00
|
|
|
"ansi-colors": "4.1.3",
|
2023-08-06 03:52:45 -04:00
|
|
|
"canvas": "2.11.2",
|
2023-10-07 17:01:16 -04:00
|
|
|
"dayjs": "1.11.10",
|
2023-11-12 20:36:39 -05:00
|
|
|
"discord.js": "14.14.1",
|
2023-10-07 17:01:16 -04:00
|
|
|
"fast-xml-parser": "4.3.2",
|
2023-10-23 02:03:38 -04:00
|
|
|
"mongoose": "7.6.3",
|
2022-11-11 19:58:11 -05:00
|
|
|
"ms": "2.1.3",
|
2023-10-05 07:56:29 -04:00
|
|
|
"node-cron": "3.0.2",
|
2023-10-02 18:40:03 -04:00
|
|
|
"redis": "4.6.10",
|
2023-10-23 02:03:38 -04:00
|
|
|
"systeminformation": "5.21.13"
|
2022-11-11 19:58:11 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-24 01:24:48 -04:00
|
|
|
"@types/ms": "0.7.33",
|
|
|
|
"@types/node": "20.8.8",
|
|
|
|
"@types/node-cron": "3.0.10",
|
2023-10-12 23:25:47 -04:00
|
|
|
"typescript": "5.2.2"
|
2022-11-11 16:33:37 -05:00
|
|
|
}
|
|
|
|
}
|