1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/tests/testdata/npm/registry/@denotest/cjs-pkg-imports/1.0.0/package.json

13 lines
No EOL
237 B
JSON

{
"name": "@denotest/cjs-pkg-imports",
"version": "1.0.0",
"imports": {
"#crypto": {
"node": "./sub/dist/crypto.js",
"default": "./sub/dist/crypto.mjs"
},
"#number": {
"node": "./number.js"
}
}
}