-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 890 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
{
"name": "multerapi",
"version": "1.0.0",
"description": "File uploading api",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production node index.js",
"dev": "NODE_ENV=development nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.610.0",
"aws-transcription-to-srt": "^1.0.5",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.0",
"ffmpeg-extract-audio": "^1.0.2",
"file-type": "^13.1.2",
"fs-extra": "^8.1.0",
"moment": "^2.24.0",
"mongoose": "^5.10.11",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"sharp": "^0.23.4",
"uuid": "^3.3.3"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}