-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 902 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "express-mongo-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run gulp-tsc",
"build": "node_modules/.bin/gulp tsc",
"postinstall": "node_modules/.bin/gulp tsc",
"gulp-tsc": "node_modules/.bin/gulp start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/dotenv": "^6.1.0",
"body-parser": "^1.18.3",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"google-auth-library": "^3.1.2",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-typescript": "^3.2.3",
"mongodb": "^3.2.2",
"morgan": "^1.9.1"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/mongodb": "^3.1.22",
"@types/morgan": "^1.7.35",
"nodemon": "^1.18.10",
"ts-node": "^8.0.3",
"typescript": "^3.3.4000"
},
"engines": {
"node": "10.15.1"
}
}