forked from 2023-Solux-FinalProj/TimeCapsule-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 995 Bytes
/
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
{
"name": "capsule",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http": "^0.0.1-security",
"iptables": "^0.0.4",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql": "^2.18.1",
"mysql2": "^3.7.0",
"nodemon": "^3.0.2",
"passport": "^0.7.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"qs": "^6.11.2",
"sequelize": "^6.35.2",
"sequelize-cli": "^6.6.2",
"serve-static": "^1.15.0",
"session": "^0.1.0"
},
"description": "",
"devDependencies": {
"@types/passport": "^1.0.16"
}
}