-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.19 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "hanghae99Final",
"version": "1.0.0",
"description": "Goods auction site with Node.js.",
"main": "server.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danaisboss/hanghae99Final.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danaisboss/hanghae99Final/issues"
},
"homepage": "https://github.com/danaisboss/hanghae99Final#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"aws-sdk": "^2.907.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookieparser": "^0.1.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.12.5",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-cron": "^3.0.0",
"node-schedule": "^2.0.0",
"nodemailer": "^6.6.1",
"passport": "^0.4.1",
"passport-kakao": "^1.0.1",
"pug": "^3.0.2",
"request": "^2.88.2",
"socket.io": "^4.0.1"
},
"devDependencies": {
"form-data": "^2.3.3",
"jest": "^27.0.6",
"node-mocks-http": "^1.10.1",
"object-sizeof": "^1.6.1",
"supertest": "^6.1.4"
}
}