mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05:00
13 lines
No EOL
237 B
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"
|
|
}
|
|
}
|
|
} |