-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.22 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.22 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@zerolendxyz/oft",
"version": "1.7.3",
"private": true,
"license": "GPL-3.0",
"scripts": {
"clean": "rimraf abi types docs artifacts cache coverage forge-build",
"compile": "SKIP_LOAD=true hardhat compile && forge build"
},
"devDependencies": {
"@ethersproject/bignumber": "^5.6.2",
"@layerzerolabs/lz-evm-oapp-v2": "^2.3.36",
"@layerzerolabs/lz-evm-protocol-v2": "^2.3.36",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.4",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@openzeppelin/hardhat-upgrades": "^3.2.0",
"@pythnetwork/pyth-sdk-solidity": "^2.4.1",
"@tenderly/hardhat-tenderly": "1.1.0-beta.5",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "4.2.11",
"@types/lowdb": "1.0.9",
"@types/mocha": "^9.1.1",
"@types/node": "14.0.5",
"@types/underscore": "^1.11.15",
"bluebird": "^3.7.2",
"chai": "^4.2.0",
"dotenv": "^16.4.5",
"eth-sig-util": "2.5.3",
"ethereumjs-util": "7.0.2",
"ethers": "^6.13.1",
"hardhat": "^2.22.6",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "2.0.3",
"hardhat-dependency-compiler": "^1.2.1",
"hardhat-deploy": "^0.12.4",
"hardhat-gas-reporter": "1.0.8",
"hardhat-tracer": "^3.0.3",
"hardhat-typechain": "^0.3.5",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"prettier": "2.8.4",
"prettier-plugin-solidity": "1.1.3",
"rimraf": "^6.0.1",
"solidity-coverage": "^0.8.12",
"solidity-docgen": "^0.6.0-beta.36",
"ts-node": "8.10.2",
"tslint": "6.1.2",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.3.0",
"typechain": "^8.3.2",
"typescript": "^5.5.3"
},
"resolutions": {
"ethers": "^5.7.2",
"hardhat-deploy": "^0.12.1",
"@openzeppelin/contracts": "^5.0.0"
},
"dependencies": {
"@layerzerolabs/lz-v2-utilities": "^2.3.36",
"underscore": "^1.13.7"
}
}