mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"version": "0.0.0",
|
|
"name": "bun-discord-bot",
|
|
"scripts": {
|
|
"start": "bun src/index.ts",
|
|
"validate:tags": "cd scripts/validate_tags && bun install && bun start"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^0.7.3"
|
|
},
|
|
"dependencies": {
|
|
"@paperdave/logger": "^3.0.1",
|
|
"discord.js": "^14.13.0",
|
|
"zlib-sync": "^0.1.8"
|
|
}
|
|
}
|