forked from Consensys/hyperledger-besu-ethers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "hyperledger-besu-ethers",
"version": "0.0.4",
"description": "JavaScript library that extends Ethers.js with Pantheon APIs including private transactions, administration, Clique, IBFT and Txpool",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"buildSol": "cd ./scripts && ./buildSol.sh",
"build": "tsc --build ./tsconfig.json",
"clean": "tsc --build --clean ./tsconfig.json",
"test": "jest --detectOpenHandles --forceExit --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naddison36/hyperledger-besu-ethers.git"
},
"keywords": [
"Hyperledger",
"Besu",
"PegaSys",
"Ethereum",
"Enterprise Ethereum Alliance",
"EEA",
"private",
"privacy",
"privacy group",
"Clique",
"IBFT",
"JavaScript",
"library"
],
"author": "Nick Addison",
"license": "MIT",
"bugs": {
"url": "https://github.com/naddison36/hyperledger-besu-ethers/issues"
},
"homepage": "https://github.com/naddison36/hyperledger-besu-ethers#readme",
"dependencies": {
"ethers": "5.0.0-beta.157"
},
"devDependencies": {
"@types/jest": "^24.0.17",
"ethers-4": "npm:ethers@^4.0.33",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
}
}