-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.47 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
49
50
51
{
"name": "@nilfoundation/evm-placeholder-verification",
"version": "1.1.2",
"directories": {
"src": "src",
"test": "test"
},
"main": "src/common.js",
"repository": {
"type": "git",
"url": "https://github.com/nilfoundation/evm-placeholder-verification.git"
},
"publishConfig": {
"access": "public"
},
"author": "Mikhail Komarov, Aleksey Moskvin, Ilia Shirobokov, Elena Tatuzova, Polina Chernyshova",
"license": "Apache",
"bugs": {
"url": "https://github.com/nilfoundation/evm-placeholder-verification/issues"
},
"homepage": "https://github.com/nilfoundation/evm-placeholder-verification",
"description": "=nil; Foundation's Placeholder Proof System In-EVM Verifier",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@truffle/hdwallet-provider": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"as-table": "1.0.55",
"bip39": "^3.0.4",
"dotenv": "^16.0.3",
"eth-gas-reporter": "^0.2.24",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.7.2",
"hardhat": "^2.14.0",
"hardhat-deploy": "^0.11.25",
"hardhat-deploy-ethers": "0.4.0-next.1",
"json5": "^2.2.1",
"lossless-json": "^2.0.9",
"solpp": "^0.11.5",
"web3": "^1.7.0"
},
"files": [
"/contracts/**/*.sol",
"/contracts/test/**/*.sol",
"/build/contracts/*.json",
"!/contracts/mocks/**/*"
],
"dependencies": {
"hardhat-contract-sizer": "^2.10.0"
}
}