{
  "name": "@turnkey/sdk-browser",
  "version": "5.16.1",
  "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": "JavaScript Browser SDK",
  "keywords": [
    "Turnkey"
  ],
  "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": "git+https://github.com/tkhq/sdk.git",
    "directory": "packages/sdk-browser"
  },
  "files": [
    "dist/",
    "CHANGELOG.md",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "cross-fetch": "^3.1.5",
    "hpke-js": "^1.6.5",
    "@turnkey/api-key-stamper": "0.6.5",
    "@turnkey/crypto": "2.8.14",
    "@turnkey/encoding": "0.6.0",
    "@turnkey/http": "3.18.1",
    "@turnkey/iframe-stamper": "2.11.0",
    "@turnkey/wallet-stamper": "1.1.16",
    "@turnkey/webauthn-stamper": "0.6.0",
    "@turnkey/indexed-db-stamper": "1.2.6",
    "@turnkey/sdk-types": "0.14.0"
  },
  "devDependencies": {
    "glob": "^8.0.3",
    "typescript": "5.4.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "version": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').name + '@' + require('./package.json').version) + ';'\" > src/__generated__/version.ts",
    "build": "rollup -c",
    "clean": "rimraf ./dist ./.cache",
    "typecheck": "tsc -p tsconfig.typecheck.json",
    "codegen": "node scripts/codegen.js"
  }
}