{
  "name": "@pnpm/dependency-path",
  "version": "1000.0.9",
  "description": "Utilities for working with symlinked node_modules",
  "keywords": [
    "pnpm",
    "pnpm10",
    "node_modules",
    "path"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/blob/main/packages/dependency-path",
  "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/dependency-path#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "semver": "^7.7.1",
    "@pnpm/types": "1000.6.0",
    "@pnpm/crypto.hash": "1000.1.1"
  },
  "devDependencies": {
    "@types/semver": "7.5.3",
    "@pnpm/dependency-path": "1000.0.9"
  },
  "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",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}