mirror of
https://github.com/YuzuZensai/Kiroku.git
synced 2026-01-06 04:33:18 +00:00
25 lines
517 B
JSON
25 lines
517 B
JSON
{
|
|
"name": "kiroku",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"start": "bun --watch run ./src/index.ts",
|
|
"dev": "tsc && bun start"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.10",
|
|
"@types/steamapi": "^2.2.5",
|
|
"bun-types": "^1.1.29",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.16.3",
|
|
"dotenv": "^16.4.5",
|
|
"elysia": "^1.1.17",
|
|
"steamapi": "^3.0.12"
|
|
}
|
|
} |