mirror of
https://github.com/YuzuZensai/Kiroku.git
synced 2026-01-31 14:52:38 +00:00
✨ feat: Switched to ElysiaJS
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"tsc": "tsc",
|
||||
"start": "bun run ./src/index.ts",
|
||||
"start": "bun --watch run ./src/index.ts",
|
||||
"dev": "tsc && bun start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.1.10",
|
||||
"@types/steamapi": "^2.2.2",
|
||||
"bun-types": "latest",
|
||||
"typescript": "^5.2.2"
|
||||
@@ -18,6 +19,7 @@
|
||||
"dependencies": {
|
||||
"discord.js": "^14.13.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"elysia": "^1.1.17",
|
||||
"steamapi": "^2.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user