{
  "name": "@cryptkeeperzk/rlnjs",
  "version": "3.2.1",
  "description": "Client library for generating and using RLN ZK proofs, is a forked repo from main Rate-Limiting-Nullifier/rlnjs to make it work with Cryptkeeper Browser Extension using `@cryptkeeperzk/snarkjs` and `@cryptkeeperzk/ffjavascript`",
  "license": "MIT",
  "repository": "https://github.com/Rate-Limiting-Nullifier/rlnjs",
  "homepage": "https://github.com/Rate-Limiting-Nullifier/rlnjs",
  "contributors": [
    {
      "name": "AtHeartEngineer"
    },
    {
      "name": "Mai-Hsuan (Kevin) Chia"
    },
    {
      "name": "bdim1"
    },
    {
      "name": "Seohee Park"
    }
  ],
  "scripts": {
    "prepare": "husky install",
    "build": "rollup --config rollup.config.mjs",
    "build-and-publish": "npm install && npm run build && npm publish",
    "test": "jest",
    "test:debug": "jest --silent=false",
    "test:benchmark": "jest --silent=false ./tests/circuit-wrapper.test.ts",
    "test:ci": "jest --silent=false --runInBand",
    "lint": "eslint --ext .ts,.tsx,.js,.jsx src/ -c .eslintrc.js",
    "format": "eslint --ext .ts,.tsx,.js,.jsx src/ -c .eslintrc.js --fix"
  },
  "keywords": [
    "rln",
    "rate-limiting-nullifier",
    "ethereum",
    "circom",
    "zk",
    "zero-knowledge",
    "zk-snarks",
    "zero-knowledge-proofs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.node.cjs",
  "module": "./dist/index.mjs",
  "browser": {
    "./dist/index.node.cjs": "./dist/index.mjs"
  },
  "types": "./dist/types/index.d.ts",
  "directories": {
    "dist": "./dist",
    "src": "./src",
    "test": "./tests"
  },
  "files": [
    "dist/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@cryptkeeperzk/ffjavascript": "^0.2.59",
    "@cryptkeeperzk/snarkjs": "^0.7.2",
    "@ethersproject/bytes": "^5.7.0",
    "@ethersproject/keccak256": "^5.7.0",
    "@ethersproject/solidity": "^5.7.0",
    "@ethersproject/strings": "^5.7.0",
    "@semaphore-protocol/group": "^3.10.1",
    "@semaphore-protocol/identity": "^3.10.1",
    "@zk-kit/incremental-merkle-tree": "^0.4.3",
    "axios": "^1.5.0",
    "ethers": "^6.4.0",
    "poseidon-lite": "^0.0.2"
  },
  "devDependencies": {
    "@ethersproject/bignumber": "^5.7.0",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-replace": "^5.0.2",
    "@types/jest": "^29.2.4",
    "@typescript-eslint/eslint-plugin": "^5.50.0",
    "@typescript-eslint/parser": "^5.51.0",
    "eslint": "^8.33.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-import-resolver-typescript": "^3.5.3",
    "eslint-plugin-import": "^2.27.5",
    "hardhat": "^2.14.1",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "prettier": "^2.8.1",
    "rollup": "^3.14.0",
    "rollup-plugin-cleaner": "^1.0.0",
    "rollup-plugin-polyfill-node": "^0.12.0",
    "rollup-plugin-typescript2": "^0.34.1",
    "rollup-plugin-visualizer": "^5.9.0",
    "ts-jest": "^29.0.3",
    "tslib": "^2.5.0",
    "typescript": "^4.9.5"
  }
}
