@pnpm/read-project-manifest
TypeScript icon, indicating that this package has built-in type declarations

6.0.1 • Public • Published

@pnpm/read-project-manifest

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

npm version

Installation

pnpm add @pnpm/read-project-manifest

Usage

import { readProjectManifest } from '@pnpm/read-project-manifest'

const { manifest, fileName } = await readProjectManifest(process.cwd())

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @pnpm/read-project-manifest

Weekly Downloads

505,548

Version

6.0.1

License

MIT

Unpacked Size

21.4 kB

Total Files

9

Last publish

Collaborators

  • pnpmuser
  • zkochan