bun-discord-bot/package.json

16 lines
307 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": {
"start": "bun src/index.ts"
},
"devDependencies": {
"bun-types": "^0.1.2"
},
"dependencies": {
"@discordjs/collection": "^0.7.0",
"discord-api-types": "^0.36.1",
"hono": "^1.6.4",
"tweetnacl": "^1.0.3"
}
2022-07-10 14:08:49 +02:00
}