mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
b0438f26c0
Since simple handlers are getting deprecated and soon removed im making this PR to update the bot. There are some "issues" regarding message commands, given that im not sure yet if advanced handlers will ever have message commands, i will update on the matter when i can, so for now we still use simple handlers for that.
25 lines
No EOL
692 B
JSON
25 lines
No EOL
692 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.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@lilybird/handlers": "^0.6.0-beta.9",
|
|
"@lilybird/jsx": "0.3.0",
|
|
"@lilybird/transformers": "^0.4.1",
|
|
"@paperdave/logger": "^3.0.1",
|
|
"@purplet/serialize": "^2.0.0",
|
|
"@wolfram-alpha/wolfram-alpha-api": "^23.1004.144821-RELEASE",
|
|
"algoliasearch": "^4.23.2",
|
|
"bun-tracestrings": "github:oven-sh/bun.report",
|
|
"gray-matter": "^4.0.3",
|
|
"lilybird": "^0.7.3"
|
|
}
|
|
} |