mirror of
https://github.com/kunkunsh/kunkun-ext-speech-to-text.git
synced 2025-04-03 17:56:43 +00:00

- Added Deno availability check on the main page - Implemented conditional rendering based on Deno installation - Added helper method to guide Deno installation - Updated import for API to remove unused ui module - Created placeholder helper.ts file for future utility functions
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts"
|
|
},
|
|
"imports": {
|
|
"@kunkun/api": "jsr:@kunkun/api@^0.1.1",
|
|
"@openai/openai": "jsr:@openai/openai@^4.83.0",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"openai": "npm:openai@^4.83.0"
|
|
}
|
|
}
|