Files
pnpm/packages/read-project-manifest

@pnpm/read-project-manifest

Read a project manifest (called package.json in most cases)

npm version

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