mirror of
https://github.com/denoland/deno.git
synced 2024-12-13 19:12:20 -05:00
9 lines
195 B
Text
9 lines
195 B
Text
|
{
|
||
|
"args": "run --allow-read --quiet cjs_require_esm/main.ts",
|
||
|
"output": "cjs_require_esm/main.out",
|
||
|
"envs": {
|
||
|
"NO_COLOR": "1",
|
||
|
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
|
||
|
}
|
||
|
}
|