{
  "name": "@turnkey/react-native-passkey-stamper",
  "version": "1.0.10",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.mjs"
    }
  },
  "types": "./dist/index.d.ts",
  "license": "Apache-2.0",
  "description": "Passkey stamper for React Native",
  "keywords": [
    "Turnkey",
    "react",
    "native",
    "iOS",
    "Android",
    "stamper"
  ],
  "author": {
    "name": "Turnkey",
    "url": "https://turnkey.com/"
  },
  "homepage": "https://github.com/tkhq/sdk",
  "bugs": {
    "url": "https://github.com/tkhq/sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tkhq/sdk.git",
    "directory": "packages/react-native-passkey-stamper"
  },
  "files": [
    "dist/",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "react-native-passkey": "^3.0.0",
    "sha256-uint8array": "^0.10.7",
    "@turnkey/encoding": "0.4.0",
    "@turnkey/http": "3.0.0"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf ./dist ./.cache",
    "test": "jest",
    "typecheck": "tsc -p tsconfig.typecheck.json"
  }
}