mirror of
https://github.com/denoland/deno.git
synced 2025-02-04 05:35:37 -05:00
9 lines
177 B
JSON
9 lines
177 B
JSON
|
{
|
||
|
"args": "run -A --quiet import_json/main.js",
|
||
|
"output": "import_json/main.out",
|
||
|
"envs": {
|
||
|
"NO_COLOR": "1",
|
||
|
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
|
||
|
}
|
||
|
}
|