@pnpm/fs.packlist
Version:
Get a list of the files to add from a directory into an npm package
47 lines • 1.05 kB
JSON
{
"name": "@pnpm/fs.packlist",
"version": "1100.0.4",
"description": "Get a list of the files to add from a directory into an npm package",
"keywords": [
"pnpm",
"pnpm11"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": {
"type": "git",
"url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/fs/packlist"
},
"homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/fs/packlist#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"is-subdir": "^2.0.0",
"npm-packlist": "10.0.4"
},
"devDependencies": {
"@pnpm/fs.packlist": "1100.0.4"
},
"engines": {
"node": ">=22.13"
},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"compile": "tsgo --build && pn lint --fix",
"test": "pn compile"
}
}