depend: add file-type 21.0.0

This commit is contained in:
CrescentLeaf
2025-08-05 23:41:25 +08:00
parent 518f952c24
commit 4c058d1583

View File

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