canirequire

canirequireDual (CommonJS + ESM) › @pkgr/core

Is @pkgr/core ESM-only? Can you require() it?

Shared core module for `@pkgr` packages or any package else

Last verified Sep 9, 2026 against @pkgr/core@0.3.6. JSON

Dual (CommonJS + ESM) Dual package — both require() and import work

@pkgr/core publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@pkgr/core") and import "@pkgr/core" both work on every supported Node.js version and in Bun.

Latest
0.3.6 (May 28, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
0.3.6
Native ESM since
0.1.0
TypeScript types
Bundled
Node engines
^14.18.0 || >=16.0.0
License
MIT

Does @pkgr/core@0.3.6 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("@pkgr/core") from a CommonJS file and import "@pkgr/core" from an ES module.

Runtimerequire("@pkgr/core")import "@pkgr/core"
Node.js 18✓ works✓ works
Node.js 20✓ works✓ works
Node.js 22✓ works✓ works
Node.js 24✓ works✓ works
Node.js 26✓ works✓ works
Bun 1.4✓ works✓ works

How to import @pkgr/core

ES modules (import)

import core from "@pkgr/core";

CommonJS (require)

const core = require("@pkgr/core");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (20 versions; the newest 20 shown).

VersionsFormatFirst published
0.1.0 – 0.3.6Dual (CommonJS + ESM)Dec 26, 2023

Frequently asked

Is @pkgr/core ESM-only?

@pkgr/core@0.3.6 ships CommonJS and ESM builds. @pkgr/core publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@pkgr/core") and import "@pkgr/core" both work on every supported Node.js version and in Bun.

Can I require @pkgr/core?

Yes. @pkgr/core ships a CommonJS entry, so require("@pkgr/core") works on every Node.js version, alongside the native ESM entry for import.

Does @pkgr/core work in Bun?

Yes. import "@pkgr/core" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does @pkgr/core ship TypeScript types?

Yes. @pkgr/core bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity