-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 Bytes
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
{
"dependencies": {
"axios": "^1.8.4",
"bcryptjs": "^3.0.2",
"cloudinary": "^1.41.3",
"cors": "^2.8.5",
"csrf": "^3.1.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.15.0",
"mongoose": "^8.13.0",
"mongoose-sequence": "^6.0.1",
"multer": "^1.4.5-lts.2",
"multer-storage-cloudinary": "^4.0.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"name": "littleindiatakeaway",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"start": "node server.js",
"author": "",
"license": "ISC",
"description": ""
}