std/cli/deno.json
denobot 67e9cfa0ff
chore: release 2024.09.04 (#5908)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00

12 lines
249 B
JSON

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