{
  "name": "@artale/pi-evolve",
  "version": "1.0.0",
  "description": "Evolutionary self-improvement for Pi. AlphaEvolve-inspired mutation, evaluation, and selection of prompts, skills, and extensions. Open-ended agent evolution.",
  "keywords": ["pi-package", "evolution", "alphaevolve", "self-improving", "genetic", "mutation", "sakana"],
  "license": "MIT",
  "author": "artale",
  "repository": {
    "type": "git",
    "url": "https://github.com/arosstale/pi-evolve.git"
  },
  "files": ["src/extension.ts"],
  "pi": {
    "extensions": ["src/extension.ts"]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  }
}
