-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (31 loc) · 737 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
{
"name": "backend",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "Guru Prasad Panda",
"license": "ISC",
"dependencies": {
"bcryptjs": "^3.0.2",
"cors": "^2.8.5",
"csv-parser": "^3.2.0",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.19.0",
"mongoose": "^8.18.1",
"multer": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GURUPRASADPANDA/backend-repo.git"
},
"bugs": {
"url": "https://github.com/GURUPRASADPANDA/backend-repo/issues"
},
"homepage": "https://github.com/GURUPRASADPANDA/backend-repo#readme",
"description": ""
}