update package.json

This commit is contained in:
Nikola Petrov 2024-07-16 16:12:05 +02:00
parent d96469bbd7
commit 298bfcaabb

View File

@ -3,15 +3,16 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./app.js",
"dev": "nodemon ./app.js"
"start": "bun ./app.ts",
"build": "bun build ./app.ts --outfile=bundle.js --target=bun"
},
"dependencies": {
"express": "^4.18.2",
"@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",
"@types/morgan": "^1.9.9"
"mysql2": "^3.10.3"
}
}