mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
41f618a1df
Note: If the package information has already been cached, then this requires running with `--reload` or for the registry information to be fetched some other way (ex. the cache busting). Closes #15544 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
10 lines
258 B
JSON
10 lines
258 B
JSON
{
|
|
"name": "@denotest/binary-package",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"optionalDependencies": {
|
|
"@denotest/binary-package-linux": "1.0.0",
|
|
"@denotest/binary-package-mac": "1.0.0",
|
|
"@denotest/binary-package-windows": "1.0.0"
|
|
}
|
|
}
|