{
  "name": "@codewithkenzo/pi-theme-switcher",
  "version": "0.1.8",
  "description": "Switch and preview Pi themes during live sessions",
  "type": "module",
  "main": "./dist/index.js",
  "extensions": [
    "./dist/index.js"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "files": [
    "dist",
    "skills",
    "README.md"
  ],
  "scripts": {
    "build": "bun build ./index.ts --outfile ./dist/index.js --target node",
    "tsc": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "bun test"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-agent",
    "pi-coding-agent",
    "pi-agent-core",
    "theme-switcher",
    "theme",
    "terminal-ui",
    "tui",
    "theming",
    "workflow"
  ],
  "dependencies": {
    "@mariozechner/pi-tui": "^0.73.1",
    "@sinclair/typebox": "^0.34.49",
    "effect": "4.0.0-beta.48"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.73.1",
    "bun-types": "1.3.14",
    "@types/bun": "1.3.14",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-agent-core": "*",
    "@mariozechner/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@mariozechner/pi-agent-core": {
      "optional": true
    },
    "@mariozechner/pi-coding-agent": {
      "optional": true
    }
  }
}
