2023-12-15 22:50:02 +00:00
|
|
|
{
|
|
|
|
"name": "dsa-connectors-2.0",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "DSA Connectors 2.0",
|
|
|
|
"directories": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"hardhat": "^2.19.2",
|
2024-01-16 00:13:43 +00:00
|
|
|
"prettier": "^3.2.2",
|
|
|
|
"prettier-plugin-solidity": "^1.3.1",
|
2023-12-15 22:50:02 +00:00
|
|
|
"typechain": "^8.3.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-10 18:04:11 +00:00
|
|
|
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
|
2024-01-16 00:13:43 +00:00
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.3",
|
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.6",
|
2024-01-10 18:04:11 +00:00
|
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
2023-12-15 22:50:02 +00:00
|
|
|
"@openzeppelin/contracts": "^4.9.5",
|
|
|
|
"dotenv": "^16.3.1",
|
2024-01-13 23:34:33 +00:00
|
|
|
"ethereum-waffle": "^4.0.10",
|
2024-01-16 00:13:43 +00:00
|
|
|
"ethers": "^5.4.7",
|
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"web3": "^1.10.3"
|
2023-12-15 22:50:02 +00:00
|
|
|
}
|
|
|
|
}
|