bun-discord-bot/package.json

21 lines
522 B
JSON
Raw Normal View History

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",
2022-07-16 15:40:06 +02:00
"validate": "cd scripts/validateTags && bun install && bun start",
2022-07-10 21:41:00 +02:00
"cloudflare:tunnel": "sudo cloudflared tunnel run"
2022-07-10 18:30:00 +02:00
},
"devDependencies": {
2022-08-12 20:09:24 +02:00
"bun-types": "^0.1.8"
2022-07-10 18:30:00 +02:00
},
"dependencies": {
"@discordjs/collection": "^0.7.0",
2022-08-12 20:09:24 +02:00
"bun-utilities": "^0.2.1",
2022-07-13 15:41:41 +02:00
"create-hmac": "^1.1.7",
2022-07-10 18:30:00 +02:00
"discord-api-types": "^0.36.1",
"hono": "^1.6.4",
2022-07-13 15:41:41 +02:00
"minisearch": "^5.0.0",
2022-07-10 18:30:00 +02:00
"tweetnacl": "^1.0.3"
}
2022-07-10 14:08:49 +02:00
}