rln-contract/package.json

20 lines
472 B
JSON
Raw Normal View History

2022-06-23 13:36:10 +00:00
{
"name": "hardhat-project",
"devDependencies": {
2022-06-23 13:52:00 +00:00
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.9",
2022-06-23 13:36:10 +00:00
"hardhat": "^2.9.9",
2022-06-23 13:52:00 +00:00
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.7.21",
"ts-node": "^10.8.1",
2022-06-23 13:36:10 +00:00
"typescript": "^4.7.4"
2022-06-23 13:52:00 +00:00
},
"dependencies": {
"dotenv": "^16.0.1"
2022-06-23 13:36:10 +00:00
}
}