We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55eede commit 2d6cc9bCopy full SHA for 2d6cc9b
1 file changed
package.json
@@ -16,13 +16,13 @@
16
"license": "MIT",
17
"devDependencies": {
18
"@types/node": "^16.7.1",
19
+ "@types/express": "^4.17.13",
20
"concurrently": "^6.2.1",
21
"nodemon": "^2.0.12",
22
"rimraf": "^3.0.2",
23
"typescript": "^4.3.5"
24
},
25
"dependencies": {
- "@types/express": "^4.17.13",
26
"dotenv": "^10.0.0",
27
"express": "^4.17.1"
28
}
0 commit comments