{
  "name": "@reclaimprotocol/verifier-solidity-sdk",
  "version": "1.0.4",
  "description": "A verifier-oriented version of reclaim's solidity sdk.",
  "files": [
    "./contracts"
  ],
  "main": "",
  "scripts": {
    "test": "hardhat test",
    "build": "hardhat compile"
  },
  "keywords": ["solidity","zero knowledge proofs"],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.10",
    "@nomicfoundation/hardhat-toolbox": "^2.0.2",
    "@nomiclabs/hardhat-etherscan": "^3.1.8",
    "@typechain/ethers-v5": "^10.2.1",
    "@typechain/hardhat": "^6.1.6",
    "@types/chai": "^4.3.11",
    "@types/mocha": "^10.0.6",
    "chai": "^4.4.1",
    "ethers": "^5.7.2",
    "hardhat": "^2.17.0",
    "hardhat-gas-reporter": "^1.0.9",
    "solidity-coverage": "^0.8.5",
    "ts-node": "^10.9.2",
    "typechain": "^8.3.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@openzeppelin/contracts": "^4.9.2",
    "@openzeppelin/hardhat-upgrades": "^1.28.0",
    "@reclaimprotocol/crypto-sdk": "^1.4.0"
  }
}
