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",
|
|
|
|
"yarn": ">=3.6.1"
|
2022-11-11 19:58:11 -05:00
|
|
|
},
|
2023-08-24 21:47:39 -04:00
|
|
|
"packageManager": "yarn@3.6.3",
|
2022-11-11 19:58:11 -05:00
|
|
|
"dependencies": {
|
2023-07-31 00:50:58 -04:00
|
|
|
"@discord-player/extractor": "4.4.1",
|
2023-06-24 13:47:42 -04:00
|
|
|
"@discordjs/opus": "0.9.0",
|
2023-08-06 03:52:45 -04:00
|
|
|
"@octokit/auth-token": "4.0.0",
|
|
|
|
"@octokit/rest": "20.0.1",
|
|
|
|
"canvas": "2.11.2",
|
2023-08-01 03:24:42 -04:00
|
|
|
"discord-player": "6.6.2",
|
2023-08-18 07:22:36 -04:00
|
|
|
"discord.js": "14.13.0",
|
2023-08-11 08:40:26 -04:00
|
|
|
"libsodium-wrappers": "0.7.11",
|
2022-11-11 19:58:11 -05:00
|
|
|
"moment": "2.29.4",
|
2023-08-24 12:06:39 -04:00
|
|
|
"mongoose": "7.4.4",
|
2022-11-11 19:58:11 -05:00
|
|
|
"ms": "2.1.3",
|
2023-08-07 04:14:08 -04:00
|
|
|
"prism-media": "1.3.5",
|
2023-08-24 12:06:39 -04:00
|
|
|
"systeminformation": "5.19.1",
|
2023-08-24 18:29:51 -04:00
|
|
|
"typescript": "5.2.2",
|
2023-08-06 03:52:45 -04:00
|
|
|
"xml-js": "1.6.11",
|
2023-08-07 04:14:08 -04:00
|
|
|
"youtube-sr": "4.3.4",
|
2023-08-06 03:52:45 -04:00
|
|
|
"ytdl-core": "4.11.5"
|
2022-11-11 19:58:11 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-14 06:47:58 -04:00
|
|
|
"@types/ms": "0.7.31",
|
2023-08-24 18:29:51 -04:00
|
|
|
"@types/node": "20.5.6"
|
2022-11-11 16:33:37 -05:00
|
|
|
}
|
|
|
|
}
|