2023-05-16 22:04:13 +00:00
|
|
|
{
|
|
|
|
"name": "staking",
|
|
|
|
"version": "1.0.0",
|
2023-06-26 20:27:19 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "hardhat.config.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
2023-05-16 22:04:13 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-06-26 20:27:19 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2023-05-16 22:04:13 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2023-06-26 20:27:19 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@ethersproject/abi": "^5.7.0",
|
|
|
|
"@ethersproject/providers": "^5.7.2",
|
|
|
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
|
|
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
|
|
|
|
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
|
|
|
|
"@nomiclabs/hardhat-ethers": "^2.2.1",
|
|
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.4",
|
|
|
|
"@openzeppelin/contracts": "^4.9.2",
|
|
|
|
"chai": "^4.3.7",
|
|
|
|
"ethers": "^5.7.2",
|
|
|
|
"hardhat": "^2.12.5",
|
|
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
|
|
"solidity-coverage": "^0.8.2"
|
|
|
|
}
|
2023-05-16 22:04:13 +00:00
|
|
|
}
|