mirror of
https://github.com/denoland/deno.git
synced 2025-02-03 21:25:41 -05:00
9 lines
211 B
JSON
9 lines
211 B
JSON
|
{
|
||
|
"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/"
|
||
|
}
|
||
|
}
|