-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 870 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 870 Bytes
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
{
"name": "mirror-besu",
"version": "1.4.1",
"description": "A CLI tool to build, test and deploy private besu contracts",
"main": "src/index.js",
"bin": {
"@arbchain/mirror": "bin/mirror",
"mirror": "bin/mirror"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@github.com:arbchain/mirror.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"besu"
],
"files": [
"bin/",
"src/",
"README.md"
],
"author": "Consenso Labs",
"license": "MIT",
"dependencies": {
"arg": "^4.1.3",
"esm": "^3.2.25",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"inquirer": "^7.2.0",
"log-symbols": "^4.0.0",
"mocha": "^8.0.1",
"solc": "^0.6.10",
"web3": "^1.2.9",
"web3-eea": "^0.10.0"
}
}