Initial Backend
Co-authored-by: QuirinEcker <quirinecker@users.noreply.github.com>
This commit is contained in:
10
backend/package.json
Normal file
10
backend/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@types/express": "^5.0.1",
|
||||
"express": "^5.1.0"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"start": "bun main.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user