{
  "name": "@atproto/oauth-provider-api",
  "version": "0.7.6",
  "license": "MIT",
  "description": "Shared data types for the @atproto/oauth-provider and @atproto/oauth-provider-ui packages",
  "keywords": [
    "atproto",
    "oauth",
    "provider",
    "types"
  ],
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/oauth/oauth-provider-api"
  },
  "files": [
    "./dist",
    "./CHANGELOG.md"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@atproto/jwk": "^0.7.4",
    "@atproto/oauth-types": "^0.7.5",
    "@atproto/syntax": "^0.7.2"
  },
  "scripts": {
    "build": "tsgo --build tsconfig.build.json"
  }
}