mirror of
https://github.com/denoland/deno.git
synced 2024-11-05 09:04:41 -05:00
10 lines
177 B
JSON
10 lines
177 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"bin": "cli-esm testing this out",
|
||
|
"output": "echo should never be called or shown"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"other": "npm:@denotest/bin@1.0"
|
||
|
}
|
||
|
}
|