Files
imjen/deno.json
geoffsee 139ba8ee16 init
2025-07-02 18:09:21 -04:00

10 lines
292 B
JSON

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