This version adds CJS compatibility, making dnum usable in both ESM and CJS environments.
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
}Also:
- vite => bunup
- pnpm => bun
- eslint => oxlint
- vitest => bun:test