mirror of
https://github.com/FlipsideCrypto/badger.git
synced 2026-02-06 10:57:46 +00:00
32 lines
862 B
JSON
32 lines
862 B
JSON
{
|
|
"name": "contracts",
|
|
"version": "1.0.0",
|
|
"author": "masonchain",
|
|
"license": "MIT",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.1.1",
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.0",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.3",
|
|
"@openzeppelin/contracts": "^4.7.3",
|
|
"@openzeppelin/contracts-upgradeable": "^4.7.3",
|
|
"chai": "^4.3.6",
|
|
"chai-as-promised": "^7.1.1",
|
|
"dotenv": "^16.0.2",
|
|
"ethers": "^5.7.1",
|
|
"hardhat": "^2.11.2",
|
|
"hardhat-abi-exporter": "^2.10.0",
|
|
"hardhat-api-builder": "^0.0.5",
|
|
"hardhat-deploy": "^0.11.15",
|
|
"hardhat-docgen": "^1.3.0",
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
"hardhat-tracer": "^1.1.0-rc.9",
|
|
"hardhat-watcher": "^2.5.0",
|
|
"mocha": "^10.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ganache-cli": "^6.12.2",
|
|
"solidity-coverage": "^0.8.2"
|
|
}
|
|
}
|