{
  "name": "@sismo-core/crypto",
  "version": "1.2.0",
  "description": "Snark friendly crypto functions",
  "author": "Sismo core",
  "license": "MIT",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "rollup -c"
  },
  "dependencies": {
    "blake-hash": "^2.0.0",
    "circomlib": "^2.0.3",
    "circomlibjs": "^0.1.2",
    "ethers": "^5.6.1",
    "ffjavascript": "^0.2.55"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "javascript",
    "typescript",
    "crypto",
    "eddsa",
    "poseidon"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.2.1",
    "@rollup/plugin-typescript": "^8.3.2",
    "@types/jest": "^27.4.1",
    "chai": "^4.3.6",
    "jest": "^27.5.1",
    "rollup": "^2.70.2",
    "rollup-plugin-dts": "^4.2.1",
    "ts-jest": "^27.1.4",
    "ts-node": "^10.7.0",
    "tslib": "^2.4.0",
    "typescript": "^4.6.4"
  }
}
