{
  "name": "@pnpm/reviewing.dependencies-hierarchy",
  "version": "2.1.11",
  "description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!*.map"
  ],
  "engines": {
    "node": ">=16.14"
  },
  "repository": "https://github.com/pnpm/pnpm/blob/main/reviewing/dependencies-hierarchy",
  "keywords": [
    "pnpm8",
    "hierarchy",
    "pnpm",
    "dependencies",
    "node_modules"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/reviewing/dependencies-hierarchy#readme",
  "dependencies": {
    "@pnpm/npm-package-arg": "^1.0.0",
    "normalize-path": "^3.0.0",
    "realpath-missing": "^1.1.0",
    "resolve-link-target": "^2.0.0",
    "semver": "^7.5.4",
    "@pnpm/dependency-path": "2.1.8",
    "@pnpm/lockfile-utils": "9.0.6",
    "@pnpm/lockfile-file": "8.1.8",
    "@pnpm/matcher": "5.0.0",
    "@pnpm/normalize-registries": "5.0.6",
    "@pnpm/modules-yaml": "12.1.7",
    "@pnpm/read-modules-dir": "6.0.1",
    "@pnpm/read-package-json": "8.0.8",
    "@pnpm/types": "9.4.2"
  },
  "devDependencies": {
    "@types/normalize-path": "^3.0.2",
    "@types/semver": "7.5.3",
    "@pnpm/reviewing.dependencies-hierarchy": "2.1.11",
    "@pnpm/constants": "7.1.1",
    "@pnpm/test-fixtures": "0.1.20"
  },
  "funding": "https://opencollective.com/pnpm",
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}