mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 10:37:52 -05:00
9 lines
120 B
JSON
9 lines
120 B
JSON
|
{
|
||
|
"name": "asdfasdfasdf",
|
||
|
"version": "0.0.0",
|
||
|
"imports": {
|
||
|
"@/": "./",
|
||
|
"secret_mod/": "./some_mod/"
|
||
|
}
|
||
|
}
|