{
  "name": "@mjakl/pi-dark-or-light",
  "version": "2.0.0",
  "description": "Auto-switch pi between light and dark themes using hierarchical detection",
  "type": "module",
  "main": "src/index.ts",
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "keywords": [
    "pi",
    "pi-package",
    "theme",
    "dark-mode",
    "light-mode",
    "extension"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjakl/pi-dark-or-light.git"
  },
  "bugs": {
    "url": "https://github.com/mjakl/pi-dark-or-light/issues"
  },
  "homepage": "https://github.com/mjakl/pi-dark-or-light#readme",
  "author": "mjakl",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.75.4",
    "@types/node": "^24.3.1",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  }
}
