mirror of
https://github.com/denoland/deno.git
synced 2024-12-19 05:45:09 -05:00
18 lines
287 B
Text
18 lines
287 B
Text
|
{
|
||
|
"version": "4",
|
||
|
"specifiers": {
|
||
|
"jsr:@denotest/add@1.0.0": "1.0.0"
|
||
|
},
|
||
|
"jsr": {
|
||
|
"@denotest/add@1.0.0": {
|
||
|
"integrity": "[WILDLINE]"
|
||
|
}
|
||
|
},
|
||
|
"workspace": {
|
||
|
"dependencies": [
|
||
|
"jsr:@denotest/add@1.0.0",
|
||
|
"npm:@denotest/esm-basic@1.0.0"
|
||
|
]
|
||
|
}
|
||
|
}
|