This commit is contained in:
geoffsee
2025-07-02 18:09:21 -04:00
commit 139ba8ee16
10 changed files with 1108 additions and 0 deletions

9
deno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"tasks": {
"build": "(cd src && deno compile --allow-all --no-check --output ../dist/imjen ./main.ts) && cp imjen.example.config.jsonc dist/imjen.example.config.jsonc"
},
"imports": {
"@openai/openai": "jsr:@openai/openai@^5.8.2",
"@std/assert": "jsr:@std/assert@1"
}
}