std/tar/deno.json
denobot b4e5d21762
chore: release 2024.10.10 (#6098)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-10 18:46:27 +09:00

10 lines
169 B
JSON

{
"name": "@std/tar",
"version": "0.1.2",
"exports": {
".": "./mod.ts",
"./tar-stream": "./tar_stream.ts",
"./untar-stream": "./untar_stream.ts"
}
}