mirror of
https://github.com/denoland/deno.git
synced 2024-12-14 11:27:57 -05:00
11 lines
366 B
JSON
11 lines
366 B
JSON
|
{
|
||
|
"name": "@denotest/member-a",
|
||
|
"exports": "./mod.ts",
|
||
|
"imports": {
|
||
|
"@denotest/add": "jsr:@denotest/add@^0.2.0",
|
||
|
"@denotest/add/": "jsr:/@denotest/add@^0.2.0/",
|
||
|
"@denotest/with-subpath": "jsr:@denotest/multiple-exports@0.2.0/data-json",
|
||
|
"@denotest/breaking-change-between-versions": "npm:@denotest/breaking-change-between-versions@1.0.0"
|
||
|
}
|
||
|
}
|