{
  "name": "@spences10/pi-themes",
  "version": "0.0.10",
  "description": "Polished theme pack for Pi that improves contrast, mood, and visual hierarchy in the terminal UI",
  "keywords": [
    "pi",
    "pi-package",
    "themes"
  ],
  "homepage": "https://github.com/spences10/my-pi/tree/main/packages/pi-themes#readme",
  "license": "MIT",
  "author": "Scott Spence <me@scottspence.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spences10/my-pi.git",
    "directory": "packages/pi-themes"
  },
  "files": [
    "themes",
    "README.md"
  ],
  "engines": {
    "node": ">=24.15.0"
  },
  "pi": {
    "themes": [
      "./themes"
    ],
    "image": "https://raw.githubusercontent.com/spences10/my-pi/main/assets/pi-package-preview.png"
  },
  "scripts": {
    "build": "pnpm --filter \"$npm_package_name^...\" run build:self && pnpm run build:self",
    "build:self": "node -e \"process.exit(0)\"",
    "check": "pnpm --filter \"$npm_package_name^...\" run build:self && pnpm run check:self",
    "check:self": "node -e \"process.exit(0)\"",
    "test": "pnpm --filter \"$npm_package_name^...\" run build:self && pnpm run test:self",
    "test:self": "node -e \"process.exit(0)\"",
    "coverage:self": "node -e \"process.exit(0)\"",
    "coverage": "pnpm --filter \"$npm_package_name^...\" run build:self && pnpm run coverage:self"
  }
}