init project structure
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "bun run src/main.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mikro-orm/core": "6.5.9",
|
||||
"@mikro-orm/postgresql": "6.5.9",
|
||||
"express": "5.1.0",
|
||||
"zod": "4.1.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "1.3.1",
|
||||
"@types/express": "5.0.5",
|
||||
"prettier": "3.6.2",
|
||||
"typescript": "5.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user