{
  "name": "@pnpm/deps.graph-builder",
  "version": "1100.0.26",
  "description": "A package for building a dependency graph from a lockfile",
  "keywords": [
    "pnpm",
    "pnpm11"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/deps/graph-builder"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/deps/graph-builder#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@pnpm/config.package-is-installable": "1100.0.16",
    "@pnpm/constants": "1100.0.1",
    "@pnpm/core-loggers": "1100.2.5",
    "@pnpm/deps.graph-hasher": "1100.2.12",
    "@pnpm/deps.path": "1100.0.11",
    "@pnpm/fs.symlink-dependency": "1100.0.14",
    "@pnpm/hooks.types": "1100.2.3",
    "@pnpm/installing.modules-yaml": "1100.0.12",
    "@pnpm/lockfile.fs": "1100.1.14",
    "@pnpm/lockfile.utils": "1100.1.5",
    "@pnpm/patching.config": "1100.0.12",
    "@pnpm/patching.types": "1100.0.1",
    "@pnpm/store.controller-types": "1100.1.10",
    "@pnpm/types": "1101.6.0",
    "path-exists": "^5.0.0",
    "ramda": "npm:@pnpm/ramda@0.28.1"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1100.0.0"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/deps.graph-builder": "1100.0.26",
    "@pnpm/logger": "1100.0.0",
    "@types/ramda": "0.31.1"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pn compile && pn .test",
    "compile": "tsgo --build && pn lint --fix",
    ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
  }
}