-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1005 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
{
"name": "rest-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"cloudinary": "^1.41.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"firebase-admin": "^11.5.0",
"image-compressor": "^2.0.3",
"instagram-private-api": "^1.45.3",
"jimp": "^0.22.10",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.6.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.5",
"nodemailer-express-handlebars": "^6.1.0",
"replicate": "^0.25.2",
"request-promise": "^4.2.6",
"sharp": "^0.33.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"author": "",
"license": "ISC"
}