-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 828 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
{
"name": "major-project",
"version": "1.0.0",
"description": "[//]: # (SPDX-License-Identifier: CC-BY-4.0)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arijit1809/Major-Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arijit1809/Major-Project/issues"
},
"homepage": "https://github.com/Arijit1809/Major-Project#readme",
"dependencies": {
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.18.2",
"fabric-ca-client": "^2.2.20",
"fabric-network": "^2.2.11",
"fabric-client": "^1.4.19",
"mongoose": "^7.6.9",
"ms": "^2.1.3",
"nodemon": "^3.1.0",
"shelljs": "^0.8.5",
"socket.io": "^4.7.4"
}
}