{
  "name": "pk-pi-hermes-evolve",
  "version": "0.2.1",
  "description": "Pi package inspired by Hermes Agent Self-Evolution for reflective improvement of skills, prompts, and instruction files.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "self-evolution",
    "hermes",
    "pi-mono"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "files": [
    "src",
    "python_backend",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@mariozechner/pi-ai": "^0.66.1",
    "@mariozechner/pi-coding-agent": "^0.66.1",
    "@mariozechner/pi-tui": "^0.66.1",
    "@sinclair/typebox": "^0.34.41",
    "@types/node": "^22.15.3",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "python:check": "python -m py_compile python_backend/run_backend.py python_backend/pk_pi_hermes_evolve/backend.py"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kingkillery/pk-pi-hermes-evolve.git"
  },
  "bugs": {
    "url": "https://github.com/kingkillery/pk-pi-hermes-evolve/issues"
  },
  "homepage": "https://github.com/kingkillery/pk-pi-hermes-evolve#readme"
}
