You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
423 B
15 lines
423 B
{ |
|
"name": "pi-vosk-voice", |
|
"version": "0.1.0", |
|
"private": true, |
|
"type": "module", |
|
"keywords": ["pi-package", "vosk", "voice", "speech-to-text"], |
|
"description": "Global Vosk push-to-talk extension for Pi coding agent with live transcription in the editor.", |
|
"pi": { |
|
"extensions": ["./extensions"] |
|
}, |
|
"peerDependencies": { |
|
"@mariozechner/pi-coding-agent": "*", |
|
"@mariozechner/pi-tui": "*" |
|
} |
|
}
|
|
|