-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 863 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
{
"name": "validator-smart-contracts",
"version": "0.0.1",
"description": "This repository contains Ethereum smart contracts that can be used to select and change the QBFT validators for Besu and GoQuorum Ethereum clients.",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConsenSys/validator-smart-contracts.git"
},
"keywords": [],
"author": "ConsenSys Software",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConsenSys/validator-smart-contracts/issues"
},
"homepage": "https://github.com/ConsenSys/validator-smart-contracts#readme",
"dependencies": {
"save-dev": "^0.0.1-security",
"web3": "1.5.3",
"ws": ">5.0.0"
},
"devDependencies": {
"truffle": "5.1.58"
},
"resolutions": {
"**/ansi-regex": "5.0.1"
}
}