macbook 에서 리눅스로 이동
This commit is contained in:
18
backend/package.json
Normal file
18
backend/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user