{ "name": "@pnpm/modules-cleaner", "version": "14.0.9", "description": "Exports util functions to clean up node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "peerDependencies": { "@pnpm/logger": "^5.0.0" }, "keywords": [ "pnpm8" ], "license": "MIT", "engines": { "node": ">=16.14" }, "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/modules-cleaner", "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/modules-cleaner#readme", "scripts": { "start": "tsc --watch", "test": "pnpm run compile", "lint": "eslint \"src/**/*.ts\"", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/core-loggers": "workspace:*", "@pnpm/dependency-path": "workspace:*", "@pnpm/filter-lockfile": "workspace:*", "@pnpm/lockfile-types": "workspace:*", "@pnpm/lockfile-utils": "workspace:*", "@pnpm/read-modules-dir": "workspace:*", "@pnpm/remove-bins": "workspace:*", "@pnpm/store-controller-types": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/rimraf": "^2.1.2", "ramda": "npm:@pnpm/ramda@0.28.1" }, "devDependencies": { "@pnpm/modules-cleaner": "workspace:*", "@types/ramda": "0.28.20" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }