{
  "name": "@atproto-labs/handle-resolver",
  "version": "0.4.0",
  "engines": {
    "node": ">=22"
  },
  "license": "MIT",
  "description": "Isomorphic ATProto handle to DID resolver",
  "keywords": [
    "atproto",
    "oauth",
    "handle",
    "identity",
    "browser",
    "node",
    "isomorphic"
  ],
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/internal/handle-resolver"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "zod": "^3.23.8",
    "@atproto-labs/simple-store": "^0.4.0",
    "@atproto-labs/simple-store-memory": "^0.2.0",
    "@atproto/did": "^0.4.0"
  },
  "devDependencies": {
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json"
  }
}