-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 972 Bytes
/
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
{
"scripts": {
"deploy": "node scripts/runDeploy",
"execute": "node scripts/runExecute",
"build": "npx hardhat clean && npx hardhat compile"
},
"devDependencies": {
"hardhat": "^2.17.3",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.6.2",
"solidity-coverage": "^0.8.4"
},
"dependencies": {
"@axelar-network/axelar-chains-config": "^1.2.0",
"@axelar-network/axelar-gmp-sdk-solidity": "^5.9.0",
"@axelar-network/axelar-local-dev": "2.3.2",
"@axelar-network/axelarjs-sdk": "^0.15.0",
"@openzeppelin/contracts": "^4.9.3",
"@zondax/filecoin-solidity": "^4.0.3",
"cids": "^1.1.9",
"config": "^3.3.9",
"dotenv": "^16.3.1",
"ethers": "^5.6.2",
"solidity-cborutils": "^2.0.0",
"uuid": "^9.0.1"
}
}