mirror of
https://github.com/pnpm/pnpm.git
synced 2026-06-28 01:45:30 -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