{
  "name": "pi-one-ui",
  "version": "0.7.1",
  "description": "A single, customizable Pi UI package with layout-oriented Context and Shell rendering for Pi.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "tui"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kerolt/pi-one-ui"
  },
  "bugs": {
    "url": "https://github.com/kerolt/pi-one-ui/issues"
  },
  "homepage": "https://github.com/kerolt/pi-one-ui#readme",
  "files": [
    "extensions",
    "themes",
    "README.md",
    "README.en.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "format": "biome format --write extensions tests package.json tsconfig.json vitest.config.ts biome.json",
    "check": "biome check extensions tests package.json tsconfig.json vitest.config.ts biome.json",
    "fix": "biome check --write extensions tests package.json tsconfig.json vitest.config.ts biome.json",
    "pack:check": "npm pack --dry-run",
    "pi:dev": "${PI_BIN:-pi} --no-extensions -e ./extensions/index.ts",
    "pi:install-local": "${PI_BIN:-pi} install ./ -l",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "verify": "npm run check && npm run typecheck && npm test"
  },
  "dependencies": {
    "@shikijs/cli": "^4.0.2",
    "grok-mermaid": "^0.2.2",
    "jiti": "^2.7.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.84.0",
    "@earendil-works/pi-coding-agent": ">=0.84.0",
    "@earendil-works/pi-tui": ">=0.84.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ],
    "themes": [
      "./themes/cc-dark.json",
      "./themes/cc-light.json"
    ]
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.5",
    "@earendil-works/pi-ai": "^0.84.0",
    "@earendil-works/pi-coding-agent": "^0.84.0",
    "@earendil-works/pi-tui": "^0.84.0",
    "@types/node": "^26.1.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.11"
  }
}
