{
  "name": "@joshbochu/pi-oscura-theme",
  "version": "0.2.0",
  "description": "Oscura Midnight theme and terminal skin for Pi",
  "type": "module",
  "scripts": {
    "test": "node --test \"extensions/lib/*.test.ts\"",
    "typecheck": "tsc -p tsconfig.json"
  },
  "license": "MIT",
  "author": "joshbochu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joshbochu/pi-oscura-theme.git"
  },
  "homepage": "https://github.com/joshbochu/pi-oscura-theme#readme",
  "bugs": {
    "url": "https://github.com/joshbochu/pi-oscura-theme/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "bin",
    "extensions",
    "themes",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "gpi-preview": "bin/gpi-preview"
  },
  "keywords": [
    "pi-package",
    "pi-theme",
    "pi",
    "oscura-midnight",
    "theme"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./extensions/oscura-theme.ts"
    ],
    "themes": [
      "./themes/oscura-midnight.json"
    ]
  }
}
