{
  "name": "@lit-protocol/auth-helpers",
  "license": "MIT",
  "homepage": "https://github.com/Lit-Protocol/js-sdk",
  "repository": {
    "type": "git",
    "url": "https://github.com/LIT-Protocol/js-sdk"
  },
  "keywords": [
    "library"
  ],
  "bugs": {
    "url": "https://github.com/LIT-Protocol/js-sdk/issues"
  },
  "type": "commonjs",
  "publishConfig": {
    "access": "public",
    "directory": "../../dist/packages/auth-helpers"
  },
  "gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b",
  "tags": [
    "universal"
  ],
  "browser": {
    "crypto": false,
    "stream": false
  },
  "version": "7.1.1",
  "dependencies": {
    "@ethersproject/abstract-provider": "5.7.0",
    "@ethersproject/contracts": "5.7.0",
    "@ethersproject/providers": "5.7.2",
    "@lit-protocol/accs-schemas": "^0.0.24",
    "@lit-protocol/contracts": "^0.0.74",
    "@openagenda/verror": "^3.1.4",
    "ajv": "^8.12.0",
    "bech32": "^2.0.0",
    "depd": "^2.0.0",
    "ethers": "^5.7.1",
    "siwe": "^2.3.2",
    "siwe-recap": "0.0.2-alpha.0",
    "util": "0.12.5",
    "@lit-protocol/access-control-conditions": "7.1.1",
    "@lit-protocol/constants": "7.1.1",
    "@lit-protocol/logger": "7.1.1",
    "@lit-protocol/misc": "7.1.1",
    "@lit-protocol/types": "7.1.1",
    "@lit-protocol/uint8arrays": "7.1.1",
    "tslib": "1.14.1"
  },
  "main": "./src/index.js"
}