std/cli/deno.json
denobot c5d7930d57
chore: release 2024.09.12 (#5969)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-12 19:18:10 +09:00

12 lines
267 B
JSON

{
"name": "@std/cli",
"version": "1.0.6",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",
"./prompt-secret": "./prompt_secret.ts",
"./unstable-spinner": "./unstable_spinner.ts",
"./unicode-width": "./unicode_width.ts"
}
}