-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1012 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
37
38
39
40
41
42
{
"name": "adverts247",
"version": "1.0.0",
"engines": {
"node": "14.16.0"
},
"description": "rest API for adverts 247",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js",
"tunnel": "ngrok http 3001"
},
"author": "adverts247",
"license": "ISC",
"dependencies": {
"@bull-board/api": "^4.0.0",
"@bull-board/express": "^4.0.0",
"aws-sdk": "^2.806.0",
"bcrypt": "^5.0.0",
"bullmq": "^1.86.2",
"cloudinary": "^1.30.0",
"cors": "^2.8.5",
"datauri": "^3.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-validator": "^6.12.1",
"fluent-ffmpeg": "^2.1.2",
"handlebars": "^4.7.7",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.10.11",
"multer": "^1.4.2",
"nanoid": "^3.3.4",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.6",
"redis": "^4.0.4",
"request-ip": "^2.2.0",
"uuid": "^8.3.2"
}
}