{
  "author": "Decantr AI",
  "bugs": {
    "url": "https://github.com/decantr-ai/decantr/issues"
  },
  "dependencies": {
    "@decantr/content": "3.10.0"
  },
  "description": "Legacy compatibility package for Decantr content contracts, schemas, and API client utilities",
  "engines": {
    "node": ">=20.19.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./client": {
      "import": "./dist/client.js",
      "types": "./dist/client.d.ts"
    },
    "./content-types": {
      "import": "./dist/content-types.js",
      "types": "./dist/content-types.d.ts"
    },
    "./schema/archetype.v2.json": "./schema/archetype.v2.json",
    "./schema/blueprint.v1.json": "./schema/blueprint.v1.json",
    "./schema/common.v1.json": "./schema/common.v1.json",
    "./schema/content-health-report.v1.json": "./schema/content-health-report.v1.json",
    "./schema/content-intelligence.v1.json": "./schema/content-intelligence.v1.json",
    "./schema/pattern.v2.json": "./schema/pattern.v2.json",
    "./schema/public-content-list.v1.json": "./schema/public-content-list.v1.json",
    "./schema/public-content-record.v1.json": "./schema/public-content-record.v1.json",
    "./schema/public-content-summary.v1.json": "./schema/public-content-summary.v1.json",
    "./schema/registry-intelligence-summary.v1.json": "./schema/registry-intelligence-summary.v1.json",
    "./schema/search-response.v1.json": "./schema/search-response.v1.json",
    "./schema/shell.v1.json": "./schema/shell.v1.json",
    "./schema/showcase-manifest-entry.v1.json": "./schema/showcase-manifest-entry.v1.json",
    "./schema/showcase-manifest.v1.json": "./schema/showcase-manifest.v1.json",
    "./schema/showcase-shortlist.v1.json": "./schema/showcase-shortlist.v1.json",
    "./schema/theme.v1.json": "./schema/theme.v1.json"
  },
  "files": [
    "dist",
    "schema"
  ],
  "homepage": "https://decantr.ai",
  "keywords": [
    "decantr",
    "decantr-ai",
    "registry",
    "content-corpus",
    "certified-vocabulary",
    "ui-patterns",
    "archetypes",
    "ai-frontend-governance",
    "design-contracts",
    "content-health"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@decantr/registry",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "directory": "packages/registry",
    "type": "git",
    "url": "git+https://github.com/decantr-ai/decantr.git"
  },
  "scripts": {
    "build": "tsup",
    "preversion": "pnpm build && pnpm test",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "3.10.0"
}
