{
  "name": "@limrun/apple-auth",
  "version": "0.1.0",
  "description": "Browser primitives for Apple authentication, signing credentials, and App Store Connect.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "next"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js",
      "require": "./dist/react.cjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc && vite build",
    "lint": "eslint .",
    "prepublishOnly": "yarn build",
    "test": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/limrun-inc/typescript-sdk.git",
    "directory": "packages/apple-auth"
  },
  "license": "MIT",
  "dependencies": {
    "@foxt/js-srp": "^0.0.3-patch2",
    "node-forge": "^1.4.0"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node-forge": "^1.3.14",
    "@types/react": "^19.1.12",
    "@vitejs/plugin-react-swc": "^4.0.1",
    "eslint": "^9.39.1",
    "jsdom": "^29.1.1",
    "react": "^19.1.1",
    "typescript": "5.8.3",
    "typescript-eslint": "8.31.1",
    "vite": "^7.1.4",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^2.1.9"
  }
}
