33 lines
757 B
JSON
33 lines
757 B
JSON
{
|
|
"name": "pi-model-selector",
|
|
"version": "0.1.0",
|
|
"description": "Interactive provider-focused model selector extension for pi.",
|
|
"type": "module",
|
|
"homepage": "https://github.com/sakuradairong/pi-model-selector#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sakuradairong/pi-model-selector.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sakuradairong/pi-model-selector/issues"
|
|
},
|
|
"keywords": [
|
|
"pi-package",
|
|
"pi",
|
|
"pi-extension",
|
|
"model-selector",
|
|
"tui"
|
|
],
|
|
"license": "MIT",
|
|
"pi": {
|
|
"extensions": [
|
|
"./src/index.ts"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"@earendil-works/pi-ai": "*",
|
|
"@earendil-works/pi-coding-agent": "*",
|
|
"@earendil-works/pi-tui": "*"
|
|
}
|
|
}
|