mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"name": "tauri-plugin-ptt-api",
|
|
"version": "0.1.0",
|
|
"description": "JS bindings for tauri-plugin-ptt (push-to-talk + TTS, iOS)",
|
|
"main": "guest-js/index.ts",
|
|
"types": "guest-js/index.ts",
|
|
"exports": {
|
|
".": "./guest-js/index.ts"
|
|
},
|
|
"files": [
|
|
"guest-js"
|
|
],
|
|
"peerDependencies": {
|
|
"@tauri-apps/api": ">=2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/api": "^2"
|
|
}
|
|
}
|