{
  "name": "@pnpm/lockfile.make-dedicated-lockfile",
  "version": "1100.0.37",
  "description": "Creates a dedicated lockfile for a subset of workspace projects",
  "keywords": [
    "pnpm",
    "pnpm11",
    "make-dedicated-lockfile"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/lockfile/make-dedicated-lockfile"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/lockfile/make-dedicated-lockfile#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",
    "bin"
  ],
  "bin": {
    "lockfile.make-dedicated-lockfile": "./bin/make-dedicated-lockfile.js"
  },
  "dependencies": {
    "@pnpm/error": "1100.1.3",
    "@pnpm/exec": "^4.0.0",
    "@pnpm/lockfile.fs": "1100.2.4",
    "@pnpm/lockfile.pruner": "1100.0.20",
    "@pnpm/logger": "1100.0.0",
    "@pnpm/releasing.exportable-manifest": "1100.2.4",
    "@pnpm/types": "1102.0.0",
    "@pnpm/workspace.project-manifest-reader": "1100.0.25",
    "@pnpm/workspace.root-finder": "1100.0.7",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "rename-overwrite": "^7.0.1"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/lockfile.make-dedicated-lockfile": "1100.0.37",
    "@pnpm/test-fixtures": "1100.0.1",
    "@types/ramda": "0.32.0",
    "execa": "npm:safe-execa@0.3.0"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pn compile && pn --filter=pnpm 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"
  }
}