Files
pnpm/packages/types
Zoltan Kochan 101c97ecb8 feat(list): update the API for usage in Bit CLI (#7132)
* feat(list): update the API for usage in Bit CLI

* refactor: move createPackagesSearcher to dependencies-hierarchy package

* docs: add changesets
2023-09-26 15:23:36 +03:00
..
2023-07-17 12:19:50 +03:00
2023-07-17 12:19:50 +03:00

@pnpm/types

Basic types used by pnpm

npm version

Installation

pnpm add @pnpm/types

Usage

import { PackageManifest } from '@pnpm/types'

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

License

MIT