{
  "name": "@worldcoin/idkit-react-native",
  "version": "2.1.0",
  "homepage": "https://docs.world.org/id/idkit",
  "license": "MIT",
  "private": false,
  "description": "React Native client for the identity SDK. Privacy-preserving identity and proof of personhood with World ID.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/worldcoin/idkit-js",
    "directory": "packages/react-native"
  },
  "type": "module",
  "main": "./build/index.cjs",
  "module": "./build/index.js",
  "types": "./build/index.d.ts",
  "react-native": "./build/index.js",
  "exports": {
    ".": {
      "import": "./build/index.js",
      "types": "./build/index.d.ts",
      "require": "./build/index.cjs",
      "react-native": "./build/index.js"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "./build/index.d.ts"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.4"
  },
  "files": [
    "build/**",
    "README.md"
  ],
  "keywords": [
    "identity",
    "ID",
    "web3",
    "proof-of-personhood",
    "sybil resistance"
  ],
  "dependencies": {
    "zustand": "^4.5.0",
    "@worldcoin/idkit-core": "2.1.0"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^6.13.1",
    "@typescript-eslint/parser": "^6.13.1",
    "tsup": "^8.1.0",
    "typescript": "^5.3.2"
  },
  "peerDependencies": {
    "react-native-quick-crypto": "^0.7.13"
  },
  "peerDependenciesMeta": {
    "react-native-quick-crypto": {
      "optional": false
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint src --ext .ts"
  }
}