41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.6",
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.0",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.3",
|
|
"@types/mocha": "^9.1.1",
|
|
"chai": "^4.3.6",
|
|
"ethereum-waffle": "^3.4.4",
|
|
"ethers": "^5.6.9",
|
|
"hardhat": "^2.11.1",
|
|
"hardhat-gas-reporter": "^1.0.8",
|
|
"solidity-coverage": "^0.7.21",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^3.4.2-solc-0.7",
|
|
"dotenv": "^16.0.1"
|
|
},
|
|
"description": "This project demonstrates an advanced Hardhat use case, integrating other tools commonly used alongside Hardhat in the ecosystem.",
|
|
"version": "1.0.0",
|
|
"main": ".eslintrc.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vacp2p/rln-contract.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/vacp2p/rln-contract/issues"
|
|
},
|
|
"homepage": "https://github.com/vacp2p/rln-contract#readme"
|
|
}
|