mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 21:11:55 -04:00
89 lines
2.8 KiB
JSON
89 lines
2.8 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-rebuild",
|
|
"version": "6.0.0",
|
|
"description": "Commands for rebuilding dependencies",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.19"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"registry-mock": "registry-mock",
|
|
"test:jest": "jest",
|
|
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
|
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7777 pnpm run test:e2e",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-rebuild",
|
|
"keywords": [
|
|
"pnpm7",
|
|
"pnpm",
|
|
"rebuild"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-rebuild#readme",
|
|
"devDependencies": {
|
|
"@pnpm/filter-workspace-packages": "workspace:5.0.0",
|
|
"@pnpm/logger": "^4.0.0",
|
|
"@pnpm/plugin-commands-rebuild": "workspace:6.0.0",
|
|
"@pnpm/prepare": "workspace:*",
|
|
"@pnpm/registry-mock": "2.15.1",
|
|
"@pnpm/test-fixtures": "workspace:*",
|
|
"@types/ramda": "0.27.39",
|
|
"@types/semver": "^7.3.4",
|
|
"@types/sinon": "^10.0.6",
|
|
"execa": "npm:safe-execa@^0.1.1",
|
|
"path-exists": "^4.0.0",
|
|
"sinon": "^11.1.1",
|
|
"write-yaml-file": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cli-utils": "workspace:0.7.0",
|
|
"@pnpm/common-cli-options-help": "workspace:0.9.0",
|
|
"@pnpm/config": "workspace:14.0.0",
|
|
"@pnpm/constants": "workspace:6.0.0",
|
|
"@pnpm/core-loggers": "workspace:7.0.0",
|
|
"@pnpm/find-workspace-packages": "workspace:4.0.0",
|
|
"@pnpm/get-context": "workspace:6.0.0",
|
|
"@pnpm/lifecycle": "workspace:13.0.0",
|
|
"@pnpm/link-bins": "workspace:7.0.0",
|
|
"@pnpm/lockfile-utils": "workspace:4.0.0",
|
|
"@pnpm/lockfile-walker": "workspace:5.0.0",
|
|
"@pnpm/modules-yaml": "workspace:10.0.0",
|
|
"@pnpm/normalize-registries": "workspace:3.0.0",
|
|
"@pnpm/sort-packages": "workspace:3.0.0",
|
|
"@pnpm/store-connection-manager": "workspace:4.0.0",
|
|
"@pnpm/store-controller-types": "workspace:13.0.0",
|
|
"@pnpm/types": "workspace:8.0.0",
|
|
"@zkochan/npm-package-arg": "^2.0.1",
|
|
"camelcase-keys": "^6.2.2",
|
|
"dependency-path": "workspace:9.0.0",
|
|
"@pnpm/graph-sequencer": "1.0.0",
|
|
"load-json-file": "^6.2.0",
|
|
"mem": "^8.0.0",
|
|
"p-limit": "^3.1.0",
|
|
"ramda": "^0.27.1",
|
|
"read-ini-file": "^3.1.0",
|
|
"render-help": "^1.0.1",
|
|
"run-groups": "^3.0.1",
|
|
"semver": "^7.3.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|