{
  "name": "@dorafactory/circomlib",
  "version": "0.0.3",
  "description": "Basic circuits library for Circom",
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "pedersen",
    "hash",
    "ethereum",
    "circuit",
    "circom",
    "zksnark"
  ],
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.js",
      "types": "./index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iden3/circomlib.git"
  },
  "author": "0Kims",
  "license": "GPL-3.0",
  "dependencies": {
    "blake-hash": "^1.1.0",
    "blake2b": "^2.1.3",
    "circom": "0.5.45",
    "ffjavascript": "0.1.0",
    "web3-utils": "^1.3.0"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "ganache-cli": "^6.12.1",
    "mocha": "^7.1.1",
    "web3": "^1.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "index.js",
    "index.d.ts"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "test": "mocha --max-old-space-size=4000"
  }
}