rln-interep-contract/package.json
2022-11-25 11:39:40 +05:30

37 lines
1.1 KiB
JSON

{
"name": "rln-interep-contracts",
"license": "MIT",
"scripts": {
"start": "hardhat node",
"compile": "hardhat compile",
"test": "hardhat test",
"test:localhost": "yarn test --network localhost",
"deploy": "hardhat run scripts/deploy.ts --network",
"deploy:goerli": "yarn deploy goerli",
"deploy:localhost": "yarn deploy localhost",
"coverage": "hardhat coverage",
"fmt": "prettier --write \"**/*.{js,ts}\"",
"lint": "prettier --check \"**/*.{js,ts}\""
},
"devDependencies": {
"@interep/contracts": "0.6.0",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@semaphore-protocol/contracts": "2.6.1",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"hardhat": "^2.9.9",
"hardhat-deploy": "0.11.20",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^2.8.0",
"solidity-coverage": "^0.7.21",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {
"dotenv": "^16.0.1"
}
}