{
  "name": "pi-theme-synthwave-84",
  "version": "1.0.1",
  "description": "Synthwave '84 theme for the Pi coding agent TUI.",
  "type": "module",
  "license": "MIT",
  "author": "Rob Zolkos <rob@zolkos.com>",
  "homepage": "https://github.com/robzolkos/pi-theme-synthwave-84#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robzolkos/pi-theme-synthwave-84.git"
  },
  "bugs": {
    "url": "https://github.com/robzolkos/pi-theme-synthwave-84/issues"
  },
  "keywords": [
    "pi-package",
    "pi-theme",
    "pi",
    "theme",
    "synthwave",
    "synthwave-84",
    "terminal"
  ],
  "files": [
    "assets/preview.png",
    "themes/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node scripts/validate.mjs",
    "prepack": "npm test"
  },
  "pi": {
    "themes": [
      "./themes"
    ],
    "image": "https://unpkg.com/pi-theme-synthwave-84@latest/assets/preview.png"
  },
  "engines": {
    "node": ">=18"
  }
}
