Files
LingChair/deno.jsonc
2025-08-05 23:41:25 +08:00

10 lines
266 B
JSON

{
"tasks": {
"main": "deno run --allow-read --allow-write src/main.ts",
"test": "deno run --allow-read --allow-write src/main_test.ts"
},
"imports": {
"chalk": "npm:chalk@5.4.1",
"file-type": "npm:file-type@21.0.0"
}
}