{
  "name": "@atproto/oauth-types",
  "version": "0.6.3",
  "license": "MIT",
  "description": "OAuth typing & validation library",
  "keywords": [
    "atproto",
    "oauth",
    "types",
    "isomorphic"
  ],
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/oauth/oauth-types"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "zod": "^3.23.8",
    "@atproto/did": "^0.3.0",
    "@atproto/jwk": "^0.6.0"
  },
  "devDependencies": {
    "typescript": "^5.6.3"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json"
  }
}