1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 01:58:05 -05:00
denoland-deno/tests/testdata/npm/import_json/main.out

11 lines
250 B
Text
Raw Normal View History

{
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"
}
}