{
  "name": "dependencies-hierarchy",
  "version": "12.0.4",
  "description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!*.map"
  ],
  "engines": {
    "node": ">=14.6"
  },
  "repository": "https://github.com/pnpm/pnpm/blob/main/reviewing/dependencies-hierarchy",
  "keywords": [
    "pnpm7",
    "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": {
    "normalize-path": "^3.0.0",
    "realpath-missing": "^1.1.0",
    "resolve-link-target": "^2.0.0",
    "@pnpm/lockfile-file": "6.0.3",
    "@pnpm/lockfile-utils": "5.0.0",
    "@pnpm/modules-yaml": "11.0.2",
    "@pnpm/normalize-registries": "4.0.2",
    "@pnpm/read-modules-dir": "5.0.0",
    "@pnpm/read-package-json": "7.0.3",
    "@pnpm/types": "8.9.0",
    "dependency-path": "9.2.8"
  },
  "devDependencies": {
    "@types/normalize-path": "^3.0.0",
    "@pnpm/constants": "6.1.0",
    "@pnpm/test-fixtures": "0.0.27",
    "dependencies-hierarchy": "12.0.4"
  },
  "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"
  }
}