{
  "name": "circom-boilerplate",
  "version": "1.0.0",
  "description": "Basic Boilerplate of circom",
  "main": "index.js",
  "scripts": {
    "build": "npm run compile:circuits && npm run compile",
    "clean": "hardhat clean",
    "clean:circuits": "rm -rf build && rm contracts/Multiplier_Verifier.sol",
    "clean:types": "rm -rf typechain-types",
    "compile": "hardhat compile",
    "compile:circuits": "shield compile",
    "debug": "shield debug",
    "info": "snarkjs info -r circuits/build/Multiplier/Multiplier.r1cs",
    "test": "hardhat test",
    "types": "hardhat typechain",
    "node": "hardhat node",
    "deploy:localhost": "npx hardhat run --network localhost scripts/deploy.ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "circom_tester": "0.0.18",
    "circomlib": "^2.0.5",
    "circomlibjs": "^0.1.7",
    "hardhat": "^2.10.1",
    "snarkjs": "^0.4.22"
  },
  "devDependencies": {
    "@ethersproject/abi": "^5.6.4",
    "@ethersproject/providers": "^5.6.8",
    "@nomicfoundation/hardhat-chai-matchers": "^1.0.2",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.3",
    "@nomicfoundation/hardhat-toolbox": "^1.0.2",
    "@nomiclabs/hardhat-ethers": "^2.1.0",
    "@nomiclabs/hardhat-etherscan": "^3.1.0",
    "@typechain/ethers-v5": "^10.1.0",
    "@typechain/hardhat": "^6.1.2",
    "@types/jest": "^28.1.6",
    "chai": "^4.3.6",
    "ethers": "^5.6.9",
    "hardhat-gas-reporter": "^1.0.8",
    "solidity-coverage": "^0.7.21",
    "ts-node": "^10.9.1",
    "typechain": "^8.1.0",
    "typescript": "^4.7.4"
  }
}
