{
  "name": "@emdash-cms/registry-client",
  "version": "0.3.4",
  "description": "Atproto-aware client for the EmDash plugin registry: credential storage, publisher repo operations, and discovery against an aggregator.",
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./credentials": {
      "types": "./dist/credentials/index.d.ts",
      "default": "./dist/credentials/index.js"
    },
    "./publishing": {
      "types": "./dist/publishing/index.d.ts",
      "default": "./dist/publishing/index.js"
    },
    "./discovery": {
      "types": "./dist/discovery/index.d.ts",
      "default": "./dist/discovery/index.js"
    },
    "./env": {
      "types": "./dist/env/index.d.ts",
      "default": "./dist/env/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@atcute/atproto": "^4.0.2",
    "@atcute/client": "^5.0.0",
    "@atcute/lexicons": "^2.0.0",
    "@emdash-cms/registry-lexicons": "0.3.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@types/node": "24.10.13",
    "@types/semver": "^7.5.8",
    "publint": "0.3.17",
    "semver": "^7.6.3",
    "tsdown": "0.20.3",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  },
  "keywords": [
    "emdash",
    "cms",
    "plugin-registry",
    "atproto",
    "fair"
  ],
  "author": "Matt Kane",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emdash-cms/emdash.git",
    "directory": "packages/registry-client"
  },
  "homepage": "https://github.com/emdash-cms/emdash",
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "typecheck": "tsgo --noEmit",
    "test": "vitest run",
    "check": "publint && attw --pack --ignore-rules=cjs-resolves-to-esm --ignore-rules=no-resolution"
  }
}