{
  "name": "@sybil-center/zkc-o1js",
  "version": "0.0.6",
  "description": "Work with sybil-center ZKC & MINA protocol",
  "license": "(Apache-2.0 OR MIT)",
  "keywords": [
    "zkc",
    "zkc-sybil",
    "sybil",
    "sybil-o1js",
    "zkc-o1js",
    "zkc-protocol",
    "zero-knowledge credentials"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sybil-center/sybil-center"
  },
  "type": "module",
  "files": [
    "/dist"
  ],
  "sideEffects": false,
  "typesVersions": {
    "*": {
      "*": [
        "dist/index.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "o1js": "^0.13.1",
    "@sybil-center/zkc-core": "0.0.9"
  },
  "devDependencies": {
    "mina-signer": "^2.1.1",
    "prettier": "^2.8.8",
    "tsm": "^2.3.0",
    "typescript": "^4.9.5",
    "uvu": "^0.5.6"
  },
  "scripts": {
    "build": "rm -r ./dist & ./node_modules/.bin/tsc -p tsconfig.build.json",
    "test": "npx tsm ./node_modules/uvu/bin.js ./test"
  }
}