{
  "name": "killeros",
  "version": "2.0.20",
  "description": "TUI, goals, and workflow automation for the Pi coding agent",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "coding-agent",
    "tui"
  ],
  "author": "KyrosHendrix",
  "license": "MIT",
  "homepage": "https://github.com/KyrosHendrix/pi-KillerOS#readme",
  "bugs": {
    "url": "https://github.com/KyrosHendrix/pi-KillerOS/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KyrosHendrix/pi-KillerOS.git"
  },
  "files": [
    "Killeros.ts",
    "killeros/*.ts",
    "themes/killeros.json",
    "README.md",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "check": "tsc --noEmit && eslint .",
    "lint": "eslint .",
    "test": "node --test --experimental-strip-types test/*.test.*"
  },
  "pi": {
    "extensions": [
      "./Killeros.ts"
    ],
    "themes": [
      "./themes/killeros.json"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.84.3",
    "@earendil-works/pi-coding-agent": ">=0.84.3",
    "@earendil-works/pi-tui": ">=0.84.3",
    "typebox": ">=1.1.38 <2"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.84.3",
    "@earendil-works/pi-coding-agent": "0.84.3",
    "@earendil-works/pi-tui": "0.84.3",
    "@types/node": "24.12.4",
    "eslint": "^10.9.1",
    "typebox": "1.1.38",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.68.0"
  },
  "overrides": {
    "brace-expansion": "5.0.9",
    "undici": "8.9.0"
  }
}
