mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
9 lines
107 B
JSON
9 lines
107 B
JSON
|
{
|
||
|
"name": "@foo/bar",
|
||
|
"version": "1.0.0",
|
||
|
"exports": {
|
||
|
".": "./mod.ts"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|