{
  "name": "@pnpm/lockfile.pruner",
  "version": "1100.0.12",
  "description": "Prune a pnpm-lock.yaml",
  "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/pruner"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/lockfile/pruner#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": {
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "@pnpm/constants": "1100.0.0",
    "@pnpm/deps.path": "1100.0.8",
    "@pnpm/types": "1101.3.2",
    "@pnpm/lockfile.types": "1100.0.12"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@types/ramda": "0.31.1",
    "yaml-tag": "1.1.0",
    "@pnpm/lockfile.pruner": "1100.0.12"
  },
  "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"
  }
}