{
  "name": "@pnpm/hoist",
  "version": "1002.0.17",
  "description": "Hoists dependencies in a node_modules created by pnpm",
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/hoist",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/hoist#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"
  ],
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@pnpm/util.lex-comparator": "^3.0.2",
    "is-subdir": "^1.2.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "resolve-link-target": "^2.0.0",
    "symlink-dir": "^6.0.5",
    "@pnpm/core-loggers": "1001.0.9",
    "@pnpm/constants": "1001.3.1",
    "@pnpm/link-bins": "1000.3.8",
    "@pnpm/matcher": "1000.1.0",
    "@pnpm/types": "1001.3.0"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "devDependencies": {
    "@types/ramda": "0.29.12",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/hoist": "1002.0.17"
  },
  "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"
  }
}