{
  "name": "@maddeye/pi-nord",
  "version": "1.0.0",
  "description": "Soft Nord-inspired light and dark themes for Pi, tuned toward Zed's calmer palette.",
  "license": "MIT",
  "author": "Madd Eye",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maddeye/pi-nord.git"
  },
  "homepage": "https://github.com/maddeye/pi-nord#readme",
  "bugs": {
    "url": "https://github.com/maddeye/pi-nord/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi-package",
    "pi-theme",
    "theme",
    "nord",
    "zed",
    "tui"
  ],
  "files": [
    "themes"
  ],
  "scripts": {
    "test": "node --test ./scripts/validate-themes.test.mjs",
    "validate": "node ./scripts/validate-themes.mjs",
    "prepack": "npm test && npm run validate"
  },
  "pi": {
    "themes": [
      "./themes"
    ]
  }
}
