mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
2b3683b6fb
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
12 lines
249 B
JSON
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"
|
|
}
|
|
}
|