mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 09:18:06 +01:00
19 lines
No EOL
420 B
JSON
19 lines
No EOL
420 B
JSON
{
|
|
"version": "0.0.0",
|
|
"name": "bun-discord-bot",
|
|
"scripts": {
|
|
"start": "bun src/index.ts",
|
|
"cloudflare:tunnel": "sudo cloudflared tunnel run"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^0.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/collection": "^0.7.0",
|
|
"create-hmac": "^1.1.7",
|
|
"discord-api-types": "^0.36.1",
|
|
"hono": "^1.6.4",
|
|
"minisearch": "^5.0.0",
|
|
"tweetnacl": "^1.0.3"
|
|
}
|
|
} |