{
  "name": "@inobit/pi-themes",
  "version": "0.2.0",
  "description": "Curated themes for the Pi coding agent: Rosé Pine (dawn/main), Tokyonight (day/night), Catppuccin (latte/frappé/macchiato/mocha) and Solarized (light/dark) — light & dark variants ready for automatic terminal-following switching.",
  "type": "module",
  "files": [
    "themes",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "pi-theme",
    "pi-coding-agent",
    "theme",
    "rosepine",
    "tokyonight",
    "catppuccin",
    "solarized"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inobit/pi-packages.git",
    "directory": "packages/pi-themes"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "themes": [
      "./themes"
    ]
  },
  "scripts": {
    "pack:check": "pnpm pack --pack-destination /tmp"
  }
}