mirror of
https://github.com/denoland/deno.git
synced 2024-12-13 19:12:20 -05:00
10 lines
212 B
Text
10 lines
212 B
Text
|
{
|
||
|
"args": "run --quiet -A remote_npm_specifier/main.ts",
|
||
|
"output": "remote_npm_specifier/main.out",
|
||
|
"envs": {
|
||
|
"NO_COLOR": "1",
|
||
|
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
|
||
|
},
|
||
|
"exitCode": 0
|
||
|
}
|