2023-09-20 10:56:45 +07:00
|
|
|
{
|
|
|
|
|
"name": "kiroku",
|
|
|
|
|
"module": "src/index.ts",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"tsc": "tsc",
|
2024-10-02 16:09:42 +07:00
|
|
|
"start": "bun --watch run ./src/index.ts",
|
2023-09-20 10:56:45 +07:00
|
|
|
"dev": "tsc && bun start"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-10-02 16:09:42 +07:00
|
|
|
"@types/bun": "^1.1.10",
|
2024-10-02 16:11:23 +07:00
|
|
|
"@types/steamapi": "^2.2.5",
|
|
|
|
|
"bun-types": "^1.1.29",
|
|
|
|
|
"typescript": "^5.6.2"
|
2023-09-20 10:56:45 +07:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-10-02 16:11:23 +07:00
|
|
|
"discord.js": "^14.16.3",
|
|
|
|
|
"dotenv": "^16.4.5",
|
2024-10-02 16:09:42 +07:00
|
|
|
"elysia": "^1.1.17",
|
2024-10-02 16:11:23 +07:00
|
|
|
"steamapi": "^3.0.12"
|
2023-09-20 10:56:45 +07:00
|
|
|
}
|
|
|
|
|
}
|