{
  "name": "@semaphore-protocol/contracts",
  "version": "4.9.2",
  "description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
  "license": "MIT",
  "files": [
    "Semaphore.sol",
    "**/*.sol"
  ],
  "keywords": [
    "blockchain",
    "ethereum",
    "hardhat",
    "smart-contracts",
    "semaphore",
    "identity",
    "solidity",
    "zero-knowledge",
    "zk-snarks",
    "zero-knowledge-proofs",
    "circom",
    "proof-of-membership"
  ],
  "repository": "https://github.com/semaphore-protocol/semaphore",
  "homepage": "https://github.com/semaphore-protocol/semaphore/tree/main/packages/contracts",
  "bugs": {
    "url": "https://github.com/semaphore-protocol/semaphore.git/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@zk-kit/lean-imt.sol": "2.0.1"
  }
}