-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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": "lime-back",
"version": "1.0.0",
"description": "",
"main": "limeapp.js",
"scripts": {
"_comment": "start: node lime.js < 원래 쓰는 것. nodemon app은 테스트 할때 서버 껐다켰다 불편해서 잠시 쓰는 것.",
"start": "nodemon limeapp"
},
"author": "",
"license": "ISC",
"dependencies": {
"@azure/identity": "^3.2.0",
"@azure/storage-blob": "^12.14.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"multer-azure-blob-storage": "^1.2.0",
"mysql": "^2.18.1",
"mysql2": "^3.6.1",
"node-cron": "^3.0.2",
"node-pre-gyp": "^0.17.0",
"node-schedule": "^2.1.1",
"package.json": "^2.0.1",
"process": "^0.11.10",
"uuid": "^9.0.0",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1",
"wrtc": "^0.4.7",
"ws": "^8.13.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}