Huakun Shen fc469fe8aa
Add Deno detection and installation guide
- 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
2025-02-07 03:00:47 -05:00

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"
}
}