lstd/deno.json

10 lines
188 B
JSON
Raw Normal View History

2025-01-07 02:58:12 +11:00
{
"name": "@luaneko/lstd",
"version": "0.1.0",
"exports": "./mod.ts",
"imports": {
"@std/bytes": "jsr:@std/bytes@^1.0.4",
"@std/encoding": "jsr:@std/encoding@^1.0.6"
}
}