update package.json
This commit is contained in:
parent
d96469bbd7
commit
298bfcaabb
@ -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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user