{
  "name": "@pnpm/plugin-commands-rebuild",
  "version": "1008.0.13",
  "description": "Commands for rebuilding dependencies",
  "keywords": [
    "pnpm",
    "pnpm10",
    "rebuild"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/exec/plugin-commands-rebuild",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/exec/plugin-commands-rebuild#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@pnpm/npm-package-arg": "^2.0.0",
    "load-json-file": "^6.2.0",
    "mem": "^8.1.1",
    "p-limit": "^3.1.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "render-help": "^1.0.3",
    "run-groups": "^3.0.1",
    "semver": "^7.7.4",
    "@pnpm/cli-utils": "1001.3.10",
    "@pnpm/config": "1004.11.0",
    "@pnpm/common-cli-options-help": "1000.0.2",
    "@pnpm/builder.policy": "1000.1.2",
    "@pnpm/calc-dep-state": "1003.0.3",
    "@pnpm/core-loggers": "1001.0.9",
    "@pnpm/dependency-path": "1001.1.10",
    "@pnpm/deps.graph-sequencer": "1000.0.0",
    "@pnpm/constants": "1001.3.1",
    "@pnpm/error": "1000.1.0",
    "@pnpm/exec.pkg-requires-build": "1000.0.16",
    "@pnpm/get-context": "1001.2.8",
    "@pnpm/lifecycle": "1001.0.37",
    "@pnpm/link-bins": "1000.3.8",
    "@pnpm/lockfile.utils": "1004.0.3",
    "@pnpm/lockfile.types": "1002.1.0",
    "@pnpm/lockfile.walker": "1001.0.26",
    "@pnpm/read-package-json": "1000.1.8",
    "@pnpm/modules-yaml": "1002.0.1",
    "@pnpm/normalize-registries": "1000.1.9",
    "@pnpm/sort-packages": "1000.0.16",
    "@pnpm/store-connection-manager": "1002.3.19",
    "@pnpm/store-controller-types": "1004.5.1",
    "@pnpm/types": "1001.3.0",
    "@pnpm/workspace.find-packages": "1000.0.65",
    "@pnpm/store.cafs": "1000.1.4"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1",
    "@pnpm/worker": "^1000.6.7"
  },
  "devDependencies": {
    "@pnpm/registry-mock": "5.2.0",
    "@types/ramda": "0.29.12",
    "@types/semver": "7.5.3",
    "@types/sinon": "^10.0.20",
    "execa": "npm:safe-execa@0.1.2",
    "sinon": "^16.1.3",
    "write-yaml-file": "^5.0.0",
    "@pnpm/assert-project": "1000.0.16",
    "@pnpm/crypto.object-hasher": "1000.2.0",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/prepare": "1000.0.16",
    "@pnpm/test-fixtures": "1000.0.0",
    "@pnpm/workspace.filter-packages-from-dir": "1000.0.65",
    "@pnpm/test-ipc-server": "1000.0.0",
    "@pnpm/plugin-commands-rebuild": "1008.0.13"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config/with-registry"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}