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