{
  "name": "circomlibjs",
  "type": "module",
  "main": "./build/main.cjs",
  "module": "./main.js",
  "exports": {
    "import": "./main.js",
    "require": "./build/main.cjs"
  },
  "version": "0.1.7",
  "description": "Javascript library to work with circomlib",
  "scripts": {
    "test": "mocha",
    "poseidonOptimizeConstants": "node tools/poseidon_optimize_constants.js",
    "build": "rollup -c rollup.cjs.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iden3/circomlibjs.git"
  },
  "keywords": [
    "circom",
    "circomlib",
    "iden3",
    "snarkjs",
    "snark",
    "zero",
    "knowledge"
  ],
  "author": "Jordi Baylina",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/iden3/circomlibjs/issues"
  },
  "homepage": "https://github.com/iden3/circomlibjs#readme",
  "devDependencies": {
    "chai": "^4.3.4",
    "ganache": "^7.3.0",
    "mocha": "^9.1.3"
  },
  "dependencies": {
    "blake-hash": "^2.0.0",
    "blake2b": "^2.1.3",
    "ethers": "^5.5.1",
    "ffjavascript": "^0.2.45"
  }
}
