{
  "name": "toenobu-agent",
  "version": "0.2.1",
  "description": "toenobu's pi coding agent skills and extensions",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/toenobu/agent-stuff.git"
  },
  "readme": "README.md",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-skill"
  ],
  "pi": {
    "skills": [
      "./skills"
    ],
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-ai": "*"
  },
  "license": "MIT"
}
