{
  "name": "@emdash-cms/auth-atproto",
  "version": "0.2.31",
  "description": "AT Protocol / Atmosphere authentication provider for EmDash CMS",
  "type": "module",
  "main": "src/auth.ts",
  "exports": {
    ".": "./src/auth.ts",
    "./admin": "./src/admin.tsx",
    "./oauth-client": "./src/oauth-client.ts",
    "./resolve-handle": "./src/resolve-handle.ts",
    "./routes/*": "./src/routes/*"
  },
  "files": [
    "src"
  ],
  "keywords": [
    "emdash",
    "cms",
    "auth",
    "atproto",
    "bluesky",
    "atmosphere"
  ],
  "author": "Matt Kane",
  "license": "MIT",
  "peerDependencies": {
    "astro": ">=5",
    "emdash": ">=0.15.0",
    "react": ">=18"
  },
  "devDependencies": {
    "@atcute/lexicons": "^2.0.0",
    "@cloudflare/kumo": "2.6.0",
    "@types/react": "^19.0.0",
    "vitest": "^4.1.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emdash-cms/emdash.git",
    "directory": "packages/auth-atproto"
  },
  "dependencies": {
    "@atcute/identity-resolver": "^2.0.0",
    "@atcute/oauth-node-client": "^2.0.0",
    "kysely": "^0.29.0",
    "@emdash-cms/auth": "0.31.1"
  },
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsgo --noEmit"
  }
}