-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 KB
/
package.json
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
39
40
41
{
"name": "backend",
"version": "1.0.0",
"description": "소비자를 위한 공동구매 플랫폼, 공구비입니다.",
"main": "index.js",
"dependencies": {
"@types/connect-mongodb-session": "^2.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.176",
"@types/passport": "^1.0.7",
"connect-mongodb-session": "^3.1.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongodb": "^4.1.3",
"mongoose": "^6.0.12",
"nodemon": "^2.0.14",
"passport": "^0.5.0",
"passport-google-oauth": "^2.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"scripts": {
"start": "nodemon --exec ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1thefull-Project/Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/1thefull-Project/Backend/issues"
},
"homepage": "https://github.com/1thefull-Project/Backend#readme"
}