mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
18 lines
No EOL
383 B
JSON
18 lines
No EOL
383 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",
|
|
"discord-api-types": "^0.36.1",
|
|
"hono": "^1.6.4",
|
|
"ms": "^2.1.3",
|
|
"tweetnacl": "^1.0.3"
|
|
}
|
|
} |