-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 824 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 824 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
31
32
33
34
35
36
37
{
"name": "blog-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"cloudinary": "^2.5.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"cross-env": "^10.0.0",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-session": "^1.18.1",
"mongodb": "^6.9.0",
"mongoose": "^8.6.4",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.7",
"openai": "^4.86.1",
"path": "^0.12.7",
"streamifier": "^0.1.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"jest": "^30.0.5",
"superagent": "^10.2.3",
"supertest": "^7.1.4"
}
}