{ "name": "@pnpm/lockfile.pruner", "version": "1001.0.17", "description": "Prune a pnpm-lock.yaml", "keywords": [ "pnpm", "pnpm11", "lockfile", "shrinkwrap" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/lockfile/pruner", "homepage": "https://github.com/pnpm/pnpm/tree/main/lockfile/pruner#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" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "test": "pn compile && pn .test", "prepublishOnly": "pn compile", "compile": "tsgo --build && pn lint --fix", ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest" }, "dependencies": { "@pnpm/constants": "workspace:*", "@pnpm/deps.path": "workspace:*", "@pnpm/lockfile.types": "workspace:*", "@pnpm/types": "workspace:*", "ramda": "catalog:" }, "devDependencies": { "@pnpm/lockfile.pruner": "workspace:*", "@types/ramda": "catalog:", "yaml-tag": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }