-
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) · 837 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 837 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": "api-server-node",
"version": "1.0.0",
"description": "Node.js API Server",
"main": "index.js",
"scripts": {
"start": "node src"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-mysql-session": "^2.1.8",
"express-session": "^1.17.3",
"jsonwebtoken": "^8.5.1",
"memorystore": "^1.6.7",
"method-override": "^3.0.0",
"mysql2": "^2.0.0",
"node-fetch": "^3.2.10",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.15",
"passport": "^0.5.3",
"passport-kakao": "^1.0.1",
"passport-naver-v2": "^2.0.8",
"regex-email": "^1.0.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.2.1"
}
}