{
  "name": "@ifi/oh-pi-themes",
  "version": "0.5.1",
  "description": "Color themes for pi: cyberpunk, nord, gruvbox, tokyo-night, catppuccin, and more.",
  "keywords": [
    "pi-package"
  ],
  "homepage": "https://github.com/ifiokjr/oh-pi/tree/main/packages/themes",
  "bugs": {
    "url": "https://github.com/ifiokjr/oh-pi/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ifiokjr/oh-pi.git",
    "directory": "packages/themes"
  },
  "files": [
    "themes",
    "README.md"
  ],
  "pi": {
    "themes": [
      "./themes"
    ]
  }
}