mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 01:15:11 -04:00
@pnpm/read-project-manifest
Read a project manifest (called package.json in most cases)
Installation
<npm|yarn|pnpm> add @pnpm/read-project-manifest
Usage
import readProjectManifest from '@pnpm/read-project-manifest'
const { manifest, fileName } = await readProjectManifest(process.cwd())
License
MIT