Files
pnpm/lockfile/pruner/package.json
2024-08-26 17:12:28 +02:00

50 lines
1.2 KiB
JSON

{
"name": "@pnpm/lockfile.pruner",
"version": "0.0.3",
"description": "Prune a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=18.12"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/pruner",
"keywords": [
"pnpm9",
"pnpm",
"shrinkwrap",
"lockfile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/pruner#readme",
"devDependencies": {
"@pnpm/lockfile.pruner": "workspace:*",
"@types/ramda": "catalog:",
"yaml-tag": "catalog:"
},
"dependencies": {
"@pnpm/constants": "workspace:*",
"@pnpm/dependency-path": "workspace:*",
"@pnpm/lockfile.types": "workspace:*",
"@pnpm/types": "workspace:*",
"ramda": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}