susface-api / deno.json
T1ckbase
.
9f8d826
raw
history blame contribute delete
547 Bytes
{
"tasks": {
"dev": "deno --allow-net --allow-read --allow-env --watch main.ts",
"serve": "deno serve --allow-net --allow-read --allow-env --watch --port 7860 serve.ts"
},
"imports": {
"@hono/hono": "jsr:@hono/hono@^4.7.1",
"@openai/openai": "jsr:@openai/openai@^4.87.3",
"@std/encoding": "jsr:@std/encoding@^1.0.7",
"@std/fs": "jsr:@std/fs@^1.0.14"
},
"fmt": {
"indentWidth": 2,
"lineWidth": 69420,
"proseWrap": "preserve",
"semiColons": true,
"singleQuote": true,
"useTabs": false
}
}