mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
22 lines
372 B
Text
22 lines
372 B
Text
|
{
|
||
|
"version": "3",
|
||
|
"packages": {
|
||
|
"specifiers": {
|
||
|
"npm:@denotest/add@1": "npm:@denotest/add@1.0.0"
|
||
|
},
|
||
|
"npm": {
|
||
|
"@denotest/add@1.0.0": {
|
||
|
"integrity": "[WILDLINE]",
|
||
|
"dependencies": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"remote": {},
|
||
|
"workspace": {
|
||
|
"dependencies": [
|
||
|
"npm:@denotest/add@1",
|
||
|
"npm:@denotest/subtract@1"
|
||
|
]
|
||
|
}
|
||
|
}
|