mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
32e260d55a
Fixes https://github.com/denoland/deno/issues/26989 --------- Co-authored-by: Nathan Whitaker <nathan@deno.com>
8 lines
107 B
JSON
8 lines
107 B
JSON
{
|
|
"name": "@foo/bar",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": "./mod.ts"
|
|
},
|
|
"license": "MIT"
|
|
}
|