forked from LayerZero-Labs/LayerZero-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.44 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@layerzerolabs/layerzero-v2",
"version": "2.0.2",
"private": true,
"workspaces": [
"packages/**"
],
"scripts": {
"clean": "$npm_execpath workspaces foreach --all run clean",
"build": "$npm_execpath workspaces foreach --all run build",
"test": "$npm_execpath workspaces foreach --all run test"
},
"resolutions": {
"@typechain/hardhat": "^9.1.0",
"aptos": "^1.19.0",
"ethereumjs-abi": "0.6.8",
"hardhat-deploy": "0.11.27",
"solhint": "^4.0.0",
"turbo": "1.9.3",
"typescript": "~5.1.3"
},
"devDependencies": {
"@layerzerolabs/prettier-config-next": "^2.0.1",
"@layerzerolabs/solhint-config": "^2.0.1",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"solhint": "^4.0.0"
},
"dependenciesMeta": {
"@axelar-network/axelar-gmp-sdk-solidity": {
"unplugged": true
},
"@chainlink/contracts-ccip": {
"unplugged": true
},
"@layerzerolabs/lz-evm-v1-0.7": {
"unplugged": true
},
"@layerzerolabs/solidity-examples": {
"unplugged": true
},
"@openzeppelin/contracts": {
"unplugged": true
},
"@openzeppelin/contracts-upgradeable": {
"unplugged": true
},
"hardhat-deploy": {
"unplugged": true
},
"solidity-bytes-utils": {
"unplugged": true
},
"solidity-stringutils": {
"unplugged": true
}
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.12.0"
}
}