{
  "name": "@pnpm/lockfile.merger",
  "version": "1100.0.16",
  "description": "Merges lockfiles. Can automatically fix merge conflicts",
  "keywords": [
    "pnpm",
    "pnpm11",
    "lockfile",
    "shrinkwrap"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/lockfile/merger"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/lockfile/merger#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/lockfile.types": "1100.0.16",
    "@pnpm/types": "1101.6.0",
    "comver-to-semver": "^2.0.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "semver": "^7.8.4"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/lockfile.merger": "1100.0.16",
    "@types/ramda": "0.31.1",
    "@types/semver": "7.7.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"
  }
}