16 lines
462 B
JSON
16 lines
462 B
JSON
{
|
|
"name": "pi-bash-code-actions",
|
|
"version": "1.0.0",
|
|
"description": "Clickable copy and terminal actions for shell code blocks in Pi conversations",
|
|
"type": "module",
|
|
"keywords": ["pi-package", "pi-extension", "bash", "shell", "terminal"],
|
|
"peerDependencies": {
|
|
"@earendil-works/pi-coding-agent": ">=0.87.1",
|
|
"@earendil-works/pi-ai": ">=0.87.1",
|
|
"@earendil-works/pi-tui": ">=0.87.1"
|
|
},
|
|
"pi": {
|
|
"extensions": ["./index.ts"]
|
|
}
|
|
}
|