mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
25 lines
480 B
JSON
25 lines
480 B
JSON
{
|
|
"name": "dsh-desktop-voice",
|
|
"version": "0.4.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./client": "./client.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dsh": {
|
|
"bundle": {
|
|
"patch": "./cordis.patch.yml"
|
|
},
|
|
"client": {
|
|
"inject": [
|
|
"@deepseek-ai/dsh-client-ui-settings",
|
|
"@deepseek-ai/dsh-client-ui-conversation"
|
|
],
|
|
"platform": "web",
|
|
"immediately": true
|
|
}
|
|
}
|
|
}
|