2022-07-10 14:08:49 +02:00
|
|
|
{
|
2022-07-10 18:30:00 +02:00
|
|
|
"version": "0.0.0",
|
2022-07-10 14:08:49 +02:00
|
|
|
"name": "bun-discord-bot",
|
2022-07-10 18:30:00 +02:00
|
|
|
"scripts": {
|
2022-07-10 21:41:00 +02:00
|
|
|
"start": "bun src/index.ts",
|
2023-07-21 22:58:45 +02:00
|
|
|
"validate:tags": "cd scripts/validate_tags && bun install && bun start"
|
2022-07-10 18:30:00 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-23 20:09:34 +02:00
|
|
|
"bun-types": "^0.7.3"
|
2022-07-10 18:30:00 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-21 22:58:45 +02:00
|
|
|
"@paperdave/logger": "^3.0.1",
|
2023-08-22 23:29:29 +02:00
|
|
|
"discord.js": "^14.13.0",
|
2023-08-24 10:55:24 +02:00
|
|
|
"glob": "^10.3.3",
|
|
|
|
"gray-matter": "^4.0.3",
|
2023-08-22 23:29:29 +02:00
|
|
|
"zlib-sync": "^0.1.8"
|
2022-07-10 18:30:00 +02:00
|
|
|
}
|
2023-07-21 22:58:45 +02:00
|
|
|
}
|