personal_website/package.json
2024-07-16 16:12:05 +02:00

18 lines
387 B
JSON

{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "bun ./app.ts",
"build": "bun build ./app.ts --outfile=bundle.js --target=bun"
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"express": "^4.18.2",
"hbs": "^4.2.0",
"mongoose": "^7.5.2",
"morgan": "~1.9.1",
"mysql2": "^3.10.3"
}
}