staking/package.json

30 lines
799 B
JSON

{
"name": "staking",
"version": "1.0.0",
"description": "",
"main": "hardhat.config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"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"
}
}