Spaces:
Paused
Paused
| { | |
| "name": "mitsupi", | |
| "version": "1.5.0", | |
| "description": "Armin's pi coding agent commands, skills, extensions, and themes", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/mitsuhiko/agent-stuff.git" | |
| }, | |
| "readme": "README.md", | |
| "type": "module", | |
| "keywords": [ | |
| "pi-package", | |
| "pi-extension", | |
| "pi-skill", | |
| "pi-theme" | |
| ], | |
| "pi": { | |
| "extensions": [ | |
| "./pi-extensions" | |
| ], | |
| "skills": [ | |
| "./skills" | |
| ], | |
| "themes": [ | |
| "./pi-themes" | |
| ], | |
| "prompts": [ | |
| "./commands" | |
| ] | |
| }, | |
| "dependencies": { | |
| "diff": "^8.0.2" | |
| }, | |
| "peerDependencies": { | |
| "@mariozechner/pi-coding-agent": "*", | |
| "@mariozechner/pi-ai": "*", | |
| "@mariozechner/pi-tui": "*" | |
| } | |
| } | |