# @pnpm/types

> Basic types used by pnpm

Latest version **1102.1.0** (published 2026-08-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @pnpm/types
pnpm add @pnpm/types
yarn add @pnpm/types
bun add @pnpm/types
```

## Health

**Score 80/100 (A)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score; popular repo.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1102.1.0 |
| Published | 2026-08-29 |
| First published | 2017-11-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=22.13 |
| Dependencies | 0 |
| Unpacked size | 73.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 36515 |
| Maintainers | pnpmuser, zkochan |
| Keywords | pnpm, pnpm11, types |

## Links

- npm: https://www.npmjs.com/package/@pnpm/types
- Repository: https://github.com/pnpm/pnpm/tree/main/pnpm11/core/types
- Homepage: https://github.com/pnpm/pnpm/tree/main/pnpm11/core/types#readme
- Issues: https://github.com/pnpm/pnpm/issues
- Funding: https://opencollective.com/pnpm
- npm.io page: https://npm.io/package/@pnpm/types

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1102.1.0 (latest) — 2026-08-29
- 1001.3.1 (latest-10) — 2026-06-10
- 7.11.0 (latest-6) — 2022-07-05
- 6.2.0 (pnpm-temp) — 2020-06-22
- 1102.0.0 — 2026-08-23
- 1101.9.0 — 2026-08-03
- 1101.8.0 — 2026-07-31
- 1101.7.0 — 2026-07-29
- 1101.6.0 — 2026-07-23
- 1101.5.0 — 2026-07-22
- 1101.4.0 — 2026-07-13
- 1101.3.2 — 2026-06-15
- 1101.3.1 — 2026-06-10
- 1101.3.0 — 2026-06-05
- 1101.2.0 — 2026-05-27
- … 83 more at https://npm.io/package/@pnpm/types/versions

## README

# @pnpm/types

> Basic types used by pnpm

<!--@shields('npm')-->
[![npm version](https://img.shields.io/npm/v/@pnpm/types.svg)](https://npmx.dev/package/@pnpm/types)
<!--/@-->

## Installation

```sh
pnpm add @pnpm/types
```

## Usage

```ts
import { PackageManifest } from '@pnpm/types'

const pkg: PackageManifest = {
  name: 'foo',
  version: '1.0.0',
}
```

## License

MIT

---
_Source: https://npm.io/package/@pnpm/types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
