mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
c5d7930d57
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
12 lines
267 B
JSON
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"
|
|
}
|
|
}
|