mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 18:17:48 -05:00
9 lines
195 B
Text
9 lines
195 B
Text
|
{
|
||
|
"args": "run --allow-read --allow-env cjs_with_deps/main.js",
|
||
|
"output": "cjs_with_deps/main.out",
|
||
|
"envs": {
|
||
|
"NO_COLOR": "1",
|
||
|
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
|
||
|
}
|
||
|
}
|