{
  "name": "@ifi/oh-pi",
  "version": "0.5.1",
  "description": "One-click setup for pi-coding-agent — extensions, themes, prompts, skills, and ant-colony swarm. Like oh-my-zsh for pi.",
  "keywords": [
    "configuration",
    "pi-coding-agent",
    "pi-package",
    "setup",
    "tui"
  ],
  "homepage": "https://github.com/ifiokjr/oh-pi/tree/main/packages/oh-pi",
  "bugs": {
    "url": "https://github.com/ifiokjr/oh-pi/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ifiokjr/oh-pi.git",
    "directory": "packages/oh-pi"
  },
  "bin": {
    "oh-pi": "bin/oh-pi.mjs"
  },
  "files": [
    "bin",
    "README.md"
  ],
  "dependencies": {
    "@ifi/oh-pi-cli": "0.5.1"
  }
}