{
  "name": "@pnpm/remove-bins",
  "version": "1000.0.22",
  "description": "Remove bins from .bin",
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/remove-bins",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/remove-bins#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@zkochan/rimraf": "^3.0.2",
    "cmd-extension": "^1.0.2",
    "is-windows": "^1.0.2",
    "@pnpm/package-bins": "1000.0.17",
    "@pnpm/core-loggers": "1001.0.9",
    "@pnpm/read-package-json": "1000.1.8",
    "@pnpm/types": "1001.3.0"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "devDependencies": {
    "@types/is-windows": "^1.0.2",
    "@types/ramda": "0.29.12",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/remove-bins": "1000.0.22"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "start": "tsc --watch",
    "test": "pnpm run compile",
    "lint": "eslint \"src/**/*.ts\"",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}