std/tar/deno.json
denobot 10ee73dbbc
chore: release 2024.10.24 (#6145)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-24 19:23:22 +09:00

10 lines
169 B
JSON

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