{
  "name": "@bpmnkit/ui",
  "version": "0.0.16",
  "description": "Shared design tokens, theme management, and UI components for BPMN Kit packages",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./tokens.css": "./src/tokens.css"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "src/tokens.css"
  ],
  "keywords": [
    "bpmn",
    "ui",
    "design-tokens",
    "theme",
    "components",
    "css-variables",
    "typescript"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmnkit/monorepo"
  },
  "homepage": "https://bpmnkit.com",
  "bugs": {
    "url": "https://github.com/bpmnkit/monorepo/issues"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "check": "biome check ."
  }
}