mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-13 02:55:56 -04:00
@pnpm/workspace.project-manifest-reader
Read a project manifest (called package.json in most cases)
Installation
pnpm add @pnpm/workspace.project-manifest-reader
Usage
import { readProjectManifest } from '@pnpm/workspace.project-manifest-reader'
const { manifest, fileName } = await readProjectManifest(process.cwd())
License
MIT