mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
24 lines
478 B
Text
24 lines
478 B
Text
{
|
|
"version": "4",
|
|
"specifiers": {
|
|
"jsr:@denotest/add": "jsr:@denotest/add@1.0.0",
|
|
"npm:@denotest/esm-basic@^1.0.0": "npm:@denotest/esm-basic@1.0.0"
|
|
},
|
|
"jsr": {
|
|
"@denotest/add@1.0.0": {
|
|
"integrity": "[WILDCARD]"
|
|
}
|
|
},
|
|
"npm": {
|
|
"@denotest/esm-basic@1.0.0": {
|
|
"integrity": "[WILDCARD]"
|
|
}
|
|
},
|
|
"remote": [WILDCARD],
|
|
"workspace": {
|
|
"dependencies": [
|
|
"jsr:@denotest/add",
|
|
"npm:@denotest/esm-basic@^1.0.0"
|
|
]
|
|
}
|
|
}
|