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",
|
2023-09-20 10:56:45 +07:00
|
|
|
"@types/steamapi": "^2.2.2",
|
|
|
|
|
"bun-types": "latest",
|
|
|
|
|
"typescript": "^5.2.2"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"discord.js": "^14.13.0",
|
|
|
|
|
"dotenv": "^16.3.1",
|
2024-10-02 16:09:42 +07:00
|
|
|
"elysia": "^1.1.17",
|
2023-09-20 10:56:45 +07:00
|
|
|
"steamapi": "^2.4.2"
|
|
|
|
|
}
|
|
|
|
|
}
|