Files
pnpm/config/reader
Zoltan Kochan cb92b01e95 docs: recommend pnpm-workspace.yaml for pnpm-registry config
The pnpm-registry setting is workspace-specific, not a global npm config.
Move it from pnpmConfigFileKeys to excludedPnpmKeys (workspace-only
settings) and update both READMEs to show pnpm-workspace.yaml usage.
2026-04-08 16:13:35 +02:00
..

@pnpm/config

Gets configuration options for pnpm

npm version

Installation

pnpm add @pnpm/config

Usage

import { getConfig } from '@pnpm/config'

getConfig().then(pnpmConfig => console.log(pnpmConfig))

License

MIT