{
  "name": "@ahkohd/pi-oyo",
  "version": "0.1.56",
  "private": false,
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "type": "module",
  "description": "Pi package that points the agent at the installed Oyo skills",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahkohd/oyo.git",
    "directory": "packages/pi-oyo"
  },
  "homepage": "https://github.com/ahkohd/oyo/tree/main/packages/pi-oyo",
  "bugs": {
    "url": "https://github.com/ahkohd/oyo/issues"
  },
  "keywords": [
    "pi-package",
    "oyo",
    "pi-extension",
    "code-review",
    "skill"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "files": [
    "extensions",
    "README.md",
    "package.json"
  ]
}
