19 lines
330 B
JSON
19 lines
330 B
JSON
{
|
|
"name": "backend",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run main.ts",
|
|
"start": "bun run main.ts",
|
|
"typecheck": "tsc"
|
|
},
|
|
"packageManager": "bun@1.3.9",
|
|
"devDependencies": {
|
|
"@types/bun": "1",
|
|
"typescript": "5"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/cors": "^1.2.1",
|
|
"elysia": "1"
|
|
}
|
|
}
|