std/cli/deno.json
denobot 2b3683b6fb
chore: release 2024.08.26 (#5824)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00

12 lines
249 B
JSON

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