Files
pnpm/fs/packlist
btea 4a8243a00d chore: package.json add type field (#9765)
* 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>
2025-07-20 03:21:46 +02:00
..
2024-04-09 17:14:05 +02:00

@pnpm/fs.packlist

Get a list of the files to add from a directory into an npm package

npm version

Installation

pnpm add @pnpm/fs.packlist

Usage

const { packlist } = require('@pnpm/fs.packlist')

const files = packlist('/package-dir')

License

MIT © Zoltan Kochan