mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
9 lines
114 B
JSON
9 lines
114 B
JSON
|
{
|
||
|
"name": "@foo/bar",
|
||
|
"version": "1.0.0",
|
||
|
"exports": {
|
||
|
".": "./mod.ts"
|
||
|
},
|
||
|
"nodeModulesDir": false
|
||
|
}
|