{
  "name": "@better-auth/cimd",
  "version": "1.7.5",
  "description": "Client ID Metadata Document plugin for Better Auth",
  "type": "module",
  "license": "MIT",
  "homepage": "https://www.better-auth.com/docs/plugins/cimd",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/better-auth/better-auth.git",
    "directory": "packages/cimd"
  },
  "keywords": [
    "auth",
    "cimd",
    "client-id-metadata-document",
    "mcp",
    "oauth",
    "oauth2",
    "oidc",
    "typescript",
    "better-auth"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "dev-source": "./src/index.ts",
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./node": {
      "dev-source": "./src/node.ts",
      "types": "./dist/node.d.mts",
      "default": "./dist/node.mjs"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/index.d.mts"
      ],
      "node": [
        "./dist/node.d.mts"
      ]
    }
  },
  "devDependencies": {
    "@modelcontextprotocol/client": "2.0.0",
    "@modelcontextprotocol/server": "2.0.0",
    "listhen": "^1.9.0",
    "tsdown": "0.21.10",
    "@better-auth/core": "1.7.5",
    "@better-auth/mcp": "1.7.5",
    "@better-auth/oauth-provider": "1.7.5",
    "better-auth": "1.7.5"
  },
  "peerDependencies": {
    "better-call": "1.4.0",
    "@better-auth/core": "^1.7.5",
    "@better-auth/oauth-provider": "^1.7.5",
    "better-auth": "^1.7.5"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint:package": "publint run --strict --pack false",
    "lint:types": "attw --profile esm-only --pack .",
    "typecheck": "tsc --project tsconfig.json",
    "test": "vitest",
    "coverage": "vitest run --coverage --coverage.provider=istanbul"
  }
}