{
  "name": "@quant-finance/testnet-faucet",
  "version": "0.3.1",
  "description": "Rolla Faucet to transfer testnet funds to the users",
  "repository": {
    "type": "git",
    "url": "git@github.com:RollaProject/rolla-faucet.git"
  },
  "license": "LICENSE.md",
  "dependencies": {
    "@nomiclabs/hardhat-waffle": "^2.0.2",
    "@openzeppelin/contracts": "^4.4.0",
    "ethers": "^5.5.4"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.1",
    "@typechain/ethers-v5": "^5.0.0",
    "@types/node": "^17.0.5",
    "dotenv": "^10.0.0",
    "hardhat": "^2.8.3",
    "hardhat-deploy": "^0.7.7",
    "hardhat-deploy-ethers": "^0.3.0-beta.7",
    "hardhat-typechain": "^0.3.4",
    "prettier": "^2.5.1",
    "prettier-plugin-solidity": "^1.0.0-beta.19",
    "solc": "^0.8.10",
    "solhint": "^3.3.6",
    "ts-generator": "^0.1.1",
    "ts-node": "^10.4.0",
    "typechain": "^4.0.3",
    "typescript": "^4.5.4"
  },
  "scripts": {
    "clean": "rimraf artifacts cache coverage",
    "compile": "npx hardhat compile",
    "test": "npx hardhat compile && hardhat test",
    "deploy": "npx hardhat deploy --network hardhat"
  },
  "files": [
    "contracts",
    "artifacts/contracts",
    "typechain",
    "abis"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
