forked from NilFoundation/evm-placeholder-verification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 795 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
{
"name": "evm-mina-verification",
"version": "1.0.0",
"dependencies": {
"@truffle/hdwallet-provider": "^2.0.1",
"as-table": "1.0.55",
"bip39": "^3.0.4",
"eth-gas-reporter": "^0.2.24",
"ethereumjs-wallet": "^1.0.2",
"web3": "^1.7.0"
},
"directories": {
"src": "src",
"test": "test"
},
"main": "src/common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nilfoundation/evm-mina-verification.git"
},
"author": "Mikhail Komarov",
"license": "Apache",
"bugs": {
"url": "https://github.com/nilfoundation/evm-mina-verification/issues"
},
"homepage": "https://github.com/nilfoundation/evm-mina-verification#readme",
"description": "",
"devDependencies": {
"json5": "^2.2.1",
"solpp": "^0.11.5"
}
}