mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 04:21:39 -04:00
* chore: `package.json` add type field * chore: add type field to every package.json * chore: add type field to every package.json --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
@pnpm/fs.packlist
Get a list of the files to add from a directory into an npm package
Installation
pnpm add @pnpm/fs.packlist
Usage
const { packlist } = require('@pnpm/fs.packlist')
const files = packlist('/package-dir')
License
MIT © Zoltan Kochan