react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-external
/node_modules
/cjs-esm-compat
/package.json
| { | |
| "exports": { | |
| "import": "./index.mjs", | |
| "require": "./index.cjs", | |
| "default": "./index.cjs" | |
| } | |
| } | |