{
  "name": "avtc-pi-ui-components",
  "version": "1.0.4",
  "description": "A dialog coordinator for pi extensions that prevents dialogs from rendering over each other, plus a select-with-note component that wires subagent routing and notification.",
  "type": "module",
  "main": "./index.ts",
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "index.ts",
    "src/",
    "assets/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "lint": "biome check .",
    "lint:optional-params": "node scripts/no-optional-params.cjs src/ tests/",
    "lint:bare-literals": "node scripts/no-bare-literals.cjs src/ index.ts",
    "lint:design-refs": "node scripts/no-design-refs.cjs src/ index.ts README.md",
    "lint:bundled-imports": "node scripts/no-bundled-extension-imports.cjs src/ index.ts",
    "knip": "knip --production",
    "typecheck": "tsc --noEmit --incremental --tsBuildInfoFile node_modules/.cache/tsc.tsbuildinfo",
    "test:unit": "node scripts/test-low-priority.cjs vitest run",
    "test": "node scripts/test-low-priority.cjs \"node scripts/run-parallel.cjs \"npm run lint:optional-params :: npm run lint:bare-literals :: npm run lint:design-refs :: npm run lint:bundled-imports :: npm run lint:as-never :: npm run lint :: npm run typecheck :: npm run knip :: npm run dupes\" && vitest run\"",
    "dupes": "jscpd src/ --exit-code --threshold 0.01",
    "lint:as-never": "node scripts/no-as-never.cjs src/ tests/ index.ts"
  },
  "keywords": [
    "pi-package",
    "pi-extension"
  ],
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^2.5.0",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@earendil-works/pi-tui": "^0.84.1",
    "@types/node": "^25.9.3",
    "jscpd": "^5.0.10",
    "knip": "^6.17.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "author": "avtc <tarasenkov@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/avtc/avtc-pi-ui-components.git"
  },
  "bugs": {
    "url": "https://github.com/avtc/avtc-pi-ui-components/issues"
  },
  "homepage": "https://github.com/avtc/avtc-pi-ui-components"
}
