* docs: fix package names in README files * docs: update links to point to npmx.dev
Gets configuration options for pnpm
pnpm add @pnpm/config.reader
import { getConfig } from '@pnpm/config.reader' getConfig().then(pnpmConfig => console.log(pnpmConfig))
MIT