mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
9 lines
116 B
JSON
9 lines
116 B
JSON
|
{
|
||
|
"name": "@foo/bar",
|
||
|
"version": "1.0.0",
|
||
|
"exports": {
|
||
|
".": "./mod.js",
|
||
|
"./other": "./other.js"
|
||
|
}
|
||
|
}
|