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

2.0.1 • Public • Published

@pnpm/read-importer-manifest

Read an importer manifest (called package.json in most cases)

npm version

Installation

<npm|yarn|pnpm> add @pnpm/read-importer-manifest

Usage

import readImporterManifest from '@pnpm/read-importer-manifest'

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

License

MIT © Zoltan Kochan

Readme

Keywords

Package Sidebar

Install

npm i @pnpm/read-importer-manifest

Weekly Downloads

12

Version

2.0.1

License

MIT

Unpacked Size

11.5 kB

Total Files

7

Last publish

Collaborators

  • pnpmuser
  • zkochan