mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
22 lines
518 B
JSON
22 lines
518 B
JSON
{
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"name": "bun-discord-bot",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "NODE_ENV=production bun src/index.ts",
|
|
"validate:tags": "bun scripts/validate_tags/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.0.14"
|
|
},
|
|
"dependencies": {
|
|
"@lilybird/handlers": "^0.2.1",
|
|
"@lilybird/jsx": "^0.2.0",
|
|
"@paperdave/logger": "^3.0.1",
|
|
"algoliasearch": "^4.19.1",
|
|
"gray-matter": "^4.0.3",
|
|
"lilybird": "0.4.3",
|
|
"zlib-sync": "^0.1.8"
|
|
}
|
|
}
|