-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 983 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 983 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
{
"name": "cse341-node",
"version": "1.0.0",
"description": "My First Project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blessingmad/cse341-node.git"
},
"author": "Blessing Madhuma",
"license": "ISC",
"bugs": {
"url": "https://github.com/blessingmad/cse341-node/issues"
},
"homepage": "https://github.com/blessingmad/cse341-node#readme",
"dependencies": {
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongodb": "^6.3.0",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.2",
"swagger-autogen": "^2.23.7"
}
}