forked from hyperledger-caliper/caliper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 814 Bytes
/
package.json
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": "caliper",
"description": "Performance benchmarking for Hyperledger blockchain technologies. You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper"
},
"scripts": {
"repoclean": "lerna clean",
"bootstrap": "lerna bootstrap",
"test": "lerna run test"
},
"engineStrict": true,
"engines": {
"node": ">=8.10.0",
"npm": ">=5.6.0"
},
"files": [
"*",
"src/comm/template/report.html"
],
"dependencies": {},
"devDependencies": {
"lerna": "2.0.0"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/hyperledger/caliper/blob/master/LICENSE"
}
]
}