dsa-governance/package.json

28 lines
628 B
JSON
Raw Permalink Normal View History

2021-03-22 07:44:03 +00:00
{
2024-02-05 20:33:50 +00:00
"name": "inst-governance",
2021-03-22 07:44:03 +00:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.0.32",
"hardhat": "^2.1.1",
"solc": "^0.7.0"
2021-03-25 06:57:04 +00:00
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^2.1.1",
2024-02-06 21:50:25 +00:00
"@tenderly/hardhat-tenderly": "^2.2.1",
2021-03-28 16:14:02 +00:00
"dotenv": "^8.2.0",
"rlp": "^2.2.6"
2021-03-22 07:44:03 +00:00
}
}