We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5cfea commit 615cd6bCopy full SHA for 615cd6b
package.json
@@ -18,17 +18,17 @@
18
"author": "Sean Bradley",
19
"license": "ISC",
20
"dependencies": {
21
+ "@types/express": "^4.16.1",
22
+ "@types/node": "7.0.22",
23
"body-parser": "^1.18.3",
24
"cors": "^2.8.5",
25
"express": "^4.16.4",
26
"swagger-ui-express": "^4.0.2",
- "uuid": "^3.3.2"
27
+ "uuid": "^3.3.2",
28
+ "typescript": "3.3.3333"
29
},
30
"devDependencies": {
- "@types/express": "^4.16.1",
- "@types/node": "7.0.22",
31
"concurrently": "^2.2.0",
- "nodemon": "^1.18.10",
32
- "typescript": "3.3.3333"
+ "nodemon": "^1.18.10"
33
}
34
-}
+}
0 commit comments