mirror of
https://github.com/denoland/deno.git
synced 2025-01-26 17:02:20 -05:00
9 lines
179 B
JSON
9 lines
179 B
JSON
|
{
|
||
|
"args": "run -A --quiet npm:cowsay@1.5.0 Hello",
|
||
|
"output": "deno_run_cowsay.out",
|
||
|
"envs": {
|
||
|
"NO_COLOR": "1",
|
||
|
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
|
||
|
}
|
||
|
}
|