-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "workshop-interop",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"engines": {
"node": "16.x"
},
"dependencies": {
"@axelar-network/axelar-cgp-solidity": "4.0.0",
"@axelar-network/axelar-gmp-sdk-solidity": "^1.2.0",
"@axelar-network/axelarjs-sdk": "^0.12.4",
"@harbor-xyz/harbor": "^0.4.9",
"@openzeppelin/contracts": "^4.5.0",
"ethers": "^5.6.2",
"harbor-hardhat-anvil": "^0.0.4",
"prompt-sync": "^4.2.0",
"solidity-coverage": "^0.8.2",
"uuid": "^8.3.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"eslint-config-richardpringle": "^2.0.0",
"hardhat": "^2.12.2",
"hardhat-deploy": "^0.11.10",
"hardhat-gas-reporter": "^1.0.9",
"jest": "^29.4.3",
"jest-circus": "^29.4.3",
"mocha": "^10.0.0",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.7"
}
}