forked from NilFoundation/zkllvm-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.55 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": "@nilfoundation/storage-proof-verifier",
"version": "1.0.0",
"devDependencies": {
"@eth-optimism/contracts-bedrock": "^0.13.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nilfoundation/evm-placeholder-verification": "^1.0.12",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/contracts": ">=4.7.2",
"@openzeppelin/contracts-upgradeable": "^4.9.0",
"@openzeppelin/hardhat-upgrades": "^1.27.0",
"@typechain/hardhat": "^6.1.6",
"chai": "^4.3.7",
"dotenv": "^16.1.3",
"ethers": "^5.7.2",
"hardhat": "^2.17.1",
"hardhat-contract-sizer": "^2.8.0",
"hardhat-deploy": "^0.11.25",
"hardhat-gas-reporter": "^1.0.9",
"install": "^0.13.0"
},
"directories": {
"src": "contracts",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/nilfoundation/evm-layerzero-oracle.git"
},
"author": "Mikhail Komarov, Ilya Marozau, Ilia Shirobokov",
"license": "Apache",
"bugs": {
"url": "https://github.com/nilfoundation/evm-layerzero-oracle/issues"
},
"homepage": "https://github.com/nilfoundation/evm-layerzero-oracle#readme",
"description": "evm-layerzero-oracle",
"dependencies": {
"hardhat-waffle": "^0.0.1-security",
"lossless-json": "^2.0.8",
"tarball": "^0.0.5"
},
"main": "src/common.js"
}