-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 970 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 970 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
{
"name": "docker-dev",
"version": "1.0.0",
"main": "src/app.ts",
"repository": "https://github.com/SeungyoungYang/Docker-dev",
"author": "SeungyoungYang <2014112096@dongguk.edu>",
"license": "MIT",
"dependencies": {
"@types/body-parser": "^1.17.1",
"@types/connect-mongo": "^0.0.43",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.1",
"@types/express-session": "^1.15.14",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.12",
"@types/mongoose": "^5.5.13",
"@types/node": "^12.7.2",
"body-parser": "^1.19.0",
"connect-mongo": "^3.0.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"mongoose": "^5.7.5",
"nodemon": "^1.19.1",
"source-map-support": "^0.5.13",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"scripts": {
"start": "nodemon --exec ts-node src/app.ts"
}
}