-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "voice",
"version": "1.0.0",
"description": "백엔드",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-voice-project/backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/team-voice-project/backend/issues"
},
"homepage": "https://github.com/team-voice-project/backend#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"aws-sdk": "^2.1049.0",
"connect-timeout": "^1.9.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express-rate-limit": "^6.0.1",
"fluent-ffmpeg": "^2.1.2",
"helmet": "^4.6.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"mysql2": "^2.3.3",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0",
"passport-kakao": "^1.0.1",
"passport-naver": "^1.0.6",
"randomstring": "^1.2.1",
"sequelize": "^6.12.0",
"sequelize-cli": "^6.3.0",
"socket.io": "^4.4.1",
"swagger-autogen": "^2.18.0",
"swagger-ui-express": "^4.3.0"
}
}