aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 822721d..849bba8 100644
--- a/package.json
+++ b/package.json
@@ -10,10 +10,14 @@
"start": "nodemon --watch 'src/**/*' --watch '.env' --exec 'ts-node' src/server.ts"
},
"devDependencies": {
+ "@types/express": "5.0.6",
"nodemon": "3.1.14",
"ts-node": "10.9.2",
"tsc-alias": "1.8.17",
"tsconfig-paths": "4.2.0",
"typescript": "6.0.3"
+ },
+ "dependencies": {
+ "express": "5.2.1"
}
}