init project structure

This commit is contained in:
ItsMalma
2025-11-01 16:56:42 +07:00
commit 2769bdd894
8 changed files with 413 additions and 0 deletions

17
package.json Normal file
View 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"
}
}