-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "outline",
"version": "1.0.0",
"description": "API for Outline's Web app and Mobile app",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV=production node app.js",
"dev": "cross-env NODE_ENV=development nodemon app.js"
},
"author": "Milad.A",
"license": "MIT",
"dependencies": {
"agora-access-token": "^2.0.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.25.1",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase-admin": "^9.7.0",
"get-video-duration": "^3.0.2",
"googleapis": "^68.0.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"mongodb": "^3.6.3",
"mongoose": "^5.11.9",
"mongoose-partial-full-search": "0.0.6",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"passport": "^0.4.1",
"sharp": "^0.27.0",
"streamifier": "^0.1.1",
"superagent": "^6.1.0",
"validator": "^13.5.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.6"
}
}