@pnpm/fs.packlist
Version:
Get a list of the files to add from a directory into an npm package
41 lines • 954 B
JSON
{
"name": "@pnpm/fs.packlist",
"version": "1000.0.0",
"description": "Get a list of the files to add from a directory into an npm package",
"main": "lib/index.js",
"files": [
"lib",
"!*.map"
],
"types": "lib/index.d.ts",
"repository": "https://github.com/pnpm/pnpm/blob/main/fs/packlist",
"keywords": [
"pnpm10"
],
"engines": {
"node": ">=18.12"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/fs/packlist#readme",
"dependencies": {
"npm-packlist": "5.1.3"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/fs.packlist": "1000.0.0"
},
"exports": {
".": "./lib/index.js"
},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"compile": "tsc --build && pnpm run lint --fix",
"test": "pnpm run compile"
}
}