1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/tests/registry/npm/@denotest/dual-cjs-esm-dep/1.0.0/package.json

11 lines
196 B
JSON
Raw Normal View History

{
"name": "@denotest/dual-cjs-esm-dep",
"version": "1.0.0",
"type": "module",
"main": "./index.cjs",
"module": "./index.mjs",
"dependencies": {
"@denotest/dual-cjs-esm": "*"
}
}