{
  "name": "@atproto/oauth-scopes",
  "version": "0.5.0",
  "engines": {
    "node": ">=22"
  },
  "license": "MIT",
  "description": "A library for manipulating and validating ATproto OAuth scopes in TypeScript.",
  "keywords": [
    "atproto",
    "oauth",
    "scopes",
    "permissions"
  ],
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/oauth/auth-scopes"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "@atproto/did": "^0.5.0",
    "@atproto/syntax": "^0.6.1"
  },
  "devDependencies": {
    "jest": "^30.0.0",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest"
  }
}