mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"name": "cherry-asr-server",
|
|
"version": "1.0.0",
|
|
"description": "Cherry Studio ASR Server",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"ws": "^8.13.0"
|
|
}
|
|
} |