@pnpm/plugin-commands-rebuild
Version:
Commands for rebuilding dependencies
95 lines • 2.94 kB
JSON
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "1002.0.16",
"description": "Commands for rebuilding dependencies",
"keywords": [
"pnpm",
"pnpm10",
"rebuild"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/blob/main/exec/plugin-commands-rebuild",
"homepage": "https://github.com/pnpm/pnpm/blob/main/exec/plugin-commands-rebuild#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"@pnpm/builder.policy": "3.0.1",
"@pnpm/npm-package-arg": "^1.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.1",
"@pnpm/calc-dep-state": "1002.0.0",
"@pnpm/cli-utils": "1000.1.6",
"@pnpm/common-cli-options-help": "1000.0.1",
"@pnpm/config": "1004.0.0",
"@pnpm/constants": "1001.1.0",
"@pnpm/core-loggers": "1001.0.1",
"@pnpm/deps.graph-sequencer": "1000.0.0",
"@pnpm/error": "1000.0.2",
"@pnpm/exec.pkg-requires-build": "1000.0.8",
"@pnpm/get-context": "1001.1.0",
"@pnpm/dependency-path": "1000.0.9",
"@pnpm/link-bins": "1000.0.13",
"@pnpm/lockfile.types": "1001.0.8",
"@pnpm/lifecycle": "1001.0.16",
"@pnpm/lockfile.utils": "1001.0.12",
"@pnpm/lockfile.walker": "1001.0.9",
"@pnpm/modules-yaml": "1000.3.3",
"@pnpm/normalize-registries": "1000.1.1",
"@pnpm/read-package-json": "1000.0.9",
"@pnpm/sort-packages": "1000.0.8",
"@pnpm/store-connection-manager": "1002.0.4",
"@pnpm/store-controller-types": "1003.0.3",
"@pnpm/store.cafs": "1000.0.14",
"@pnpm/types": "1000.6.0",
"@pnpm/worker": "1000.1.8",
"@pnpm/workspace.find-packages": "1000.0.26"
},
"peerDependencies": {
"@pnpm/logger": ">=1001.0.0 <1002.0.0"
},
"devDependencies": {
"@pnpm/registry-mock": "4.4.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": "4.0.14",
"@pnpm/logger": "1001.0.0",
"@pnpm/plugin-commands-rebuild": "1002.0.16",
"@pnpm/crypto.object-hasher": "1000.1.0",
"@pnpm/prepare": "0.0.121",
"@pnpm/test-fixtures": "0.1.37",
"@pnpm/workspace.filter-packages-from-dir": "1000.0.26",
"@pnpm/test-ipc-server": "0.0.0"
},
"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"
}
}