mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "daggerbot-ts",
|
|
"description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"homepage": "https://github.com/AnxietyisReal/Daggerbot-TS",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git"
|
|
},
|
|
"author": "Toast",
|
|
"license": "ISC",
|
|
"os": [
|
|
"win32",
|
|
"linux",
|
|
"!darwin"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"!arm64",
|
|
"!mips",
|
|
"!ia32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.17.0",
|
|
"yarn": ">=3.6.1",
|
|
"npm": "please use yarn instead of npm"
|
|
},
|
|
"engineStrict": true,
|
|
"packageManager": "yarn@3.6.3",
|
|
"dependencies": {
|
|
"@discord-player/extractor": "4.4.4",
|
|
"@discordjs/opus": "0.9.0",
|
|
"@octokit/auth-token": "4.0.0",
|
|
"@octokit/rest": "20.0.2",
|
|
"canvas": "2.11.2",
|
|
"chalk": "5.3.0",
|
|
"discord-player": "6.6.4",
|
|
"discord.js": "14.13.0",
|
|
"libsodium-wrappers": "0.7.13",
|
|
"moment": "2.29.4",
|
|
"mongoose": "7.5.4",
|
|
"ms": "2.1.3",
|
|
"node-cron": "3.0.2",
|
|
"prism-media": "1.3.5",
|
|
"redis": "4.6.10",
|
|
"systeminformation": "5.21.10",
|
|
"typescript": "5.2.2",
|
|
"xml-js": "1.6.11",
|
|
"youtube-sr": "4.3.4",
|
|
"ytdl-core": "4.11.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "0.7.32",
|
|
"@types/node": "20.8.2",
|
|
"@types/node-cron": "3.0.9"
|
|
}
|
|
}
|