mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
10 lines
250 B
Text
10 lines
250 B
Text
{
|
|
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"
|
|
}
|
|
}
|