26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"name": "sous-podzim2024-app",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"dependencies": {
|
|
"@types/ejs": "^3.1.5",
|
|
"@types/express": "^4.17.21",
|
|
"@types/multer": "^1.4.12",
|
|
"drizzle-kit": "^0.24.2",
|
|
"drizzle-orm": "^0.33.0",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2",
|
|
"typescript": "^5.6.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql2": "^3.11.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "bun --watch src/index.ts",
|
|
"push": "bun drizzle-kit push",
|
|
"build": "bun build ./src/index.ts --outdir ./dist --target node"
|
|
}
|
|
}
|