{
  "name": "@atproto/oauth-client-node",
  "version": "0.3.17",
  "license": "MIT",
  "description": "ATPROTO OAuth client for the NodeJS",
  "keywords": [
    "atproto",
    "oauth",
    "client",
    "node"
  ],
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/oauth/oauth-client-node"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=18.7.0"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@atproto-labs/did-resolver": "^0.2.6",
    "@atproto-labs/handle-resolver-node": "^0.1.25",
    "@atproto-labs/simple-store": "^0.3.0",
    "@atproto/did": "^0.3.0",
    "@atproto/jwk": "^0.6.0",
    "@atproto/jwk-jose": "^0.1.11",
    "@atproto/jwk-webcrypto": "^0.2.0",
    "@atproto/oauth-client": "^0.6.0",
    "@atproto/oauth-types": "^0.6.3"
  },
  "devDependencies": {
    "typescript": "^5.6.3"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json"
  }
}