{
  "name": "@burnishdev/components",
  "version": "0.4.1",
  "description": "Lit web components for rendering MCP tool call results",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./tokens.css": "./src/tokens.css"
  },
  "files": [
    "dist",
    "src/tokens.css"
  ],
  "dependencies": {
    "lit": "^3.0.0"
  },
  "devDependencies": {
    "typescript": "^5.7.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danfking/burnish.git",
    "directory": "packages/components"
  },
  "license": "AGPL-3.0",
  "homepage": "https://github.com/danfking/burnish",
  "author": "danfking",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "web-components",
    "lit",
    "burnish",
    "ui"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist"
  }
}