{
  "name": "@pnpm/link-bins",
  "version": "1000.3.8",
  "description": "Link bins to node_modules/.bin",
  "keywords": [
    "pnpm",
    "pnpm10",
    "bin"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/link-bins",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/link-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/cmd-shim": "^7.0.0",
    "@zkochan/rimraf": "^3.0.2",
    "bin-links": "^4.0.4",
    "is-subdir": "^1.2.0",
    "is-windows": "^1.0.2",
    "normalize-path": "^3.0.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "semver": "^7.7.4",
    "symlink-dir": "^6.0.5",
    "@pnpm/constants": "1001.3.1",
    "@pnpm/error": "1000.1.0",
    "@pnpm/package-bins": "1000.0.17",
    "@pnpm/manifest-utils": "1002.0.5",
    "@pnpm/read-modules-dir": "1000.0.0",
    "@pnpm/read-package-json": "1000.1.8",
    "@pnpm/types": "1001.3.0",
    "@pnpm/read-project-manifest": "1001.2.6"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "@types/is-windows": "^1.0.2",
    "@types/node": "^18.19.130",
    "@types/normalize-path": "^3.0.2",
    "@types/ramda": "0.29.12",
    "@types/semver": "7.5.3",
    "cmd-extension": "^1.0.2",
    "tempy": "^1.0.1",
    "@pnpm/link-bins": "1000.3.8",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/test-fixtures": "1000.0.0"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "fix": "tslint -c tslint.json --project . --fix",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}