-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.08 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
{
"name": "rwa-token-bridge",
"version": "1.0.0",
"description": "Solidity Bridge Coding Challenge by Ondo Finance",
"author": "Mihailo Maksa",
"license": "MIT",
"scripts": {
"prettier": "prettier --write --plugin=prettier-plugin-solidity 'contracts/**/*.sol'"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"dotenv": "^16.3.1",
"nodemon": "^3.0.1"
},
"dependencies": {
"@axelar-network/axelar-gmp-sdk-solidity": "^5.6.3",
"@layerzerolabs/solidity-examples": "^1.0.0",
"@layerzerolabs/ua-utils": "^0.0.15",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"chai": "^4.3.10",
"ethers": "^6.8.1",
"hardhat": "^2.19.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
"prettier": "^3.1.0",
"prettier-plugin-solidity": "^1.2.0",
"solidity-coverage": "^0.8.5",
"typescript": "^5.3.2"
}
}