[de9008]: / web-app / server / package.json

Download this file

23 lines (22 with data), 550 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"start": "./node_modules/nodemon/bin/nodemon.js src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"eslint": "^6.0.1",
"express": "^4.17.1",
"fabric-ca-client": "~1.4.2",
"fabric-client": "^1.4.3",
"fabric-network": "~1.4.2",
"morgan": "^1.9.1",
"nodemon": "^1.19.1"
}
}