{ "name": "@pnpm/remove-bins", "version": "6.0.9", "description": "Remove bins from .bin", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "peerDependencies": { "@pnpm/logger": "^5.1.0" }, "keywords": [ "pnpm9" ], "license": "MIT", "engines": { "node": ">=18.12" }, "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/remove-bins", "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/remove-bins#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/package-bins": "workspace:*", "@pnpm/read-package-json": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/rimraf": "catalog:", "cmd-extension": "catalog:", "is-windows": "catalog:" }, "devDependencies": { "@pnpm/logger": "workspace:*", "@pnpm/remove-bins": "workspace:*", "@types/is-windows": "catalog:", "@types/ramda": "catalog:" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }