{
  "name": "@sismo-core/pythia-1",
  "version": "1.0.6",
  "description": "Pythia 1 Proving scheme",
  "license": "MIT",
  "author": "Sismo core",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepare": "./scripts/copy-wasm-zkey.sh",
    "build": "rollup -c && ./scripts/copy-files-in-lib.sh"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.2.1",
    "@rollup/plugin-typescript": "^8.3.2",
    "rollup": "^2.70.2",
    "rollup-plugin-dts": "^4.2.1",
    "tslib": "^2.4.0",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@sismo-core/crypto": "^1.1.4",
    "ethers": "^5.7.0",
    "snarkjs": "^0.4.16"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/contracts/*.sol",
    "lib"
  ],
  "repository": "git://github.com/sismo-core/pythia-1-zkps",
  "keywords": [
    "javascript",
    "typescript",
    "zero-knowledge",
    "zk-snarks",
    "circom"
  ]
}
