mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
a5f1742918
start working on full rewrite [part 1]
15 lines
326 B
JSON
15 lines
326 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.0"
|
|
},
|
|
"dependencies": {
|
|
"@paperdave/logger": "^3.0.1",
|
|
"discord.js": "^14.11.0"
|
|
}
|
|
}
|