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