-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ethan-bot-music",
"version": "1.0.0",
"description": "The greatest Discord bot.",
"license": "AGPL-3.0-only",
"author": {
"name": "darksaid98",
"url": "https://github.com/darksaid98"
},
"repository": {
"type": "git",
"url": "https://github.com/milkdrinkers/ethan-bot-music"
},
"bugs": {
"url": "https://github.com/milkdrinkers/ethan-bot-music/issues"
},
"type": "module",
"module": "dist/shard.bot.js",
"scripts": {
"start": "bun run ./src/index.bot.ts",
"start-shard": "bun run ./src/shard.bot.ts",
"debug": "bun --inspect-wait=localhost:4000 ./src/shard.bot.ts",
"compile-linux-x64": "bun build --compile --minify --sourcemap --bytecode --target=bun-linux-x64 ./src/shard.bot.ts --outfile ehtan",
"compile-linux-arm64": "bun build --compile --minify --sourcemap --bytecode --target=bun-linux-arm64 ./src/shard.bot.ts --outfile ehtan",
"compile-win-x64": "bun build --compile --minify --sourcemap --bytecode --target=bun-windows-x64 ./src/shard.bot.ts --outfile ehtan"
},
"dependencies": {
"@discord-player/extractor": "^4.5.1",
"@discordjs/voice": "^0.17.0",
"@discordx/pagination": "^3.5.5",
"@discordx/utilities": "^7.0.3",
"@jvddavid/pino-rotating-file": "^1.0.6",
"@sentry/bun": "^8.38.0",
"close-with-grace": "^2.1.0",
"discord-player": "^6.7.1",
"discord-player-youtubei": "1.3.4",
"discord.js": "^14.16.3",
"discordx": "^11.12.2",
"i18next": "^23.16.5",
"i18next-fs-backend": "^2.3.2",
"mediaplex": "^0.0.9",
"pino": "^9.5.0"
},
"devDependencies": {
"@types/bun": "latest",
"pino-pretty": "^12.1.0"
},
"peerDependencies": {
"typescript": "^5.6.3"
}
}