canirequire

canirequireDual (CommonJS + ESM) › simple-git

Is simple-git ESM-only? Can you require() it?

Simple GIT interface for node.js

Last verified Sep 9, 2026 against simple-git@3.36.0. JSON

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

simple-git publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.1). require("simple-git") and import "simple-git" both work on every supported Node.js version and in Bun.

Latest
3.36.0 (Apr 12, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
3.36.0
Native ESM since
3.0.1
TypeScript types
Bundled
Node engines
not declared
Weekly downloads
7.9M
License
MIT

Does simple-git@3.36.0 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("simple-git") from a CommonJS file and import "simple-git" from an ES module.

Runtimerequire("simple-git")import "simple-git"
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 simple-git

ES modules (import)

import simpleGit from "simple-git";

CommonJS (require)

const simpleGit = require("simple-git");

Module format by version

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

VersionsFormatFirst published
3.0.1 – 3.36.0Dual (CommonJS + ESM)Jan 18, 2022
2.43.0 – 2.48.0CommonJSAug 13, 2021

Frequently asked

Is simple-git ESM-only?

simple-git@3.36.0 ships CommonJS and ESM builds. simple-git publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.1). require("simple-git") and import "simple-git" both work on every supported Node.js version and in Bun.

Can I require simple-git?

Yes. simple-git ships a CommonJS entry, so require("simple-git") works on every Node.js version, alongside the native ESM entry for import.

Does simple-git work in Bun?

Yes. import "simple-git" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does simple-git ship TypeScript types?

Yes. simple-git bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity