mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
12 lines
144 B
JSON
12 lines
144 B
JSON
|
{
|
||
|
"exports": {
|
||
|
".": "./mod.ts"
|
||
|
},
|
||
|
"manifest": {
|
||
|
"/mod.ts": {
|
||
|
"size": 0,
|
||
|
"checksum": "sha256-bad-checksum"
|
||
|
}
|
||
|
}
|
||
|
}
|