mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
92a8d09e49
Closes https://github.com/denoland/deno/issues/23036 --------- Co-authored-by: Nathan Whitaker <nathan@deno.com>
9 lines
137 B
JSON
9 lines
137 B
JSON
{
|
|
"name": "bin_package",
|
|
"devDependencies": {
|
|
"@denotest/bin": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"sayhi": "cli-esm hi hello"
|
|
}
|
|
}
|