{
  "name": "pi-cmux-theme-picker",
  "version": "0.3.0",
  "description": "Live cmux terminal theme picker for Pi with synchronized pi + cmux theme switching and debounced preview.",
  "license": "MIT",
  "author": "Victor Software House",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/victor-software-house/pi-cmux-theme-picker.git"
  },
  "homepage": "https://github.com/victor-software-house/pi-cmux-theme-picker#readme",
  "bugs": {
    "url": "https://github.com/victor-software-house/pi-cmux-theme-picker/issues"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "cmux",
    "ghostty",
    "theme",
    "theme-picker"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "image": "https://raw.githubusercontent.com/victor-software-house/pi-cmux-theme-picker/main/assets/preview.png"
  },
  "type": "module",
  "files": [
    "extensions",
    "assets/**",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "prepare": "lefthook install"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  },
  "devDependencies": {
    "@commitlint/cli": "20",
    "@commitlint/config-conventional": "20",
    "@mariozechner/pi-coding-agent": "^0.63.0",
    "@mariozechner/pi-tui": "^0.63.0",
    "@semantic-release/changelog": "6",
    "@semantic-release/git": "10",
    "@semantic-release/github": "12",
    "@semantic-release/npm": "13",
    "@types/node": "^24.3.0",
    "lefthook": "2",
    "semantic-release": "25",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "perfect-debounce": "^2.1.0"
  }
}
