-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 929 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": "app",
"version": "1.0.0",
"description": "BoilerPlate",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon backend/server.js" ,
"client": "cd client && npm start",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"author": "TYAGI",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.21.0",
"connect-mongodb-session": "^2.3.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"ffmpeg-static": "^4.2.3",
"ffprobe-static": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"helmet": "^3.22.0",
"mongoose": "^5.9.17",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"nodemon": "^2.0.4"
},
"engines": {
"node": "12.16.1"
}
}