{
  "name": "dependency-path",
  "version": "9.2.8",
  "description": "Utilities for working with symlinked node_modules",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!*.map"
  ],
  "repository": "https://github.com/pnpm/pnpm/blob/main/packages/dependency-path",
  "keywords": [
    "pnpm7",
    "node_modules",
    "pnpm",
    "path"
  ],
  "engines": {
    "node": ">=14.6"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/dependency-path#readme",
  "dependencies": {
    "@pnpm/crypto.base32-hash": "1.0.1",
    "@pnpm/types": "8.9.0",
    "encode-registry": "^3.0.0",
    "semver": "^7.3.8"
  },
  "devDependencies": {
    "@types/semver": "7.3.13",
    "dependency-path": "9.2.8"
  },
  "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"
  }
}