mirror of
https://github.com/Instadapp/dsa-connectors-2.0.git
synced 2024-07-29 21:57:39 +00:00
25 lines
639 B
JSON
25 lines
639 B
JSON
{
|
|
"name": "dsa-connectors-2.0",
|
|
"version": "1.0.0",
|
|
"description": "DSA Connectors 2.0",
|
|
"directories": {},
|
|
"devDependencies": {
|
|
"hardhat": "^2.19.2",
|
|
"prettier": "^3.2.2",
|
|
"prettier-plugin-solidity": "^1.3.1",
|
|
"typechain": "^8.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
|
|
"@nomiclabs/hardhat-ethers": "^2.0.3",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.6",
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
"@openzeppelin/contracts": "^4.9.5",
|
|
"dotenv": "^16.3.1",
|
|
"ethereum-waffle": "^4.0.10",
|
|
"ethers": "^5.4.7",
|
|
"ts-node": "^10.9.2",
|
|
"web3": "^1.10.3"
|
|
}
|
|
}
|