{ "name": "@pnpm/plugin-commands-patching", "version": "5.1.9", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=16.14" }, "scripts": { "start": "tsc --watch", "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7772 jest", "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/patching/plugin-commands-patching", "keywords": [ "pnpm8", "pnpm", "scripts" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/patching/plugin-commands-patching#readme", "devDependencies": { "@pnpm/filter-workspace-packages": "workspace:*", "@pnpm/plugin-commands-patching": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "3.20.0", "@pnpm/test-fixtures": "workspace:*", "@types/normalize-path": "^3.0.2", "@types/ramda": "0.28.20", "@types/semver": "7.5.3", "write-yaml-file": "^5.0.0" }, "dependencies": { "@pnpm/cli-utils": "workspace:*", "@pnpm/config": "workspace:*", "@pnpm/constants": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/fs.packlist": "workspace:*", "@pnpm/lockfile-file": "workspace:*", "@pnpm/lockfile-utils": "workspace:*", "@pnpm/modules-yaml": "workspace:*", "@pnpm/parse-wanted-dependency": "workspace:*", "@pnpm/patching.apply-patch": "workspace:*", "@pnpm/pick-fetcher": "workspace:*", "@pnpm/pick-registry-for-package": "workspace:*", "@pnpm/plugin-commands-installation": "workspace:*", "@pnpm/read-package-json": "workspace:*", "@pnpm/read-project-manifest": "workspace:*", "@pnpm/store-connection-manager": "workspace:*", "enquirer": "^2.4.1", "escape-string-regexp": "^4.0.0", "fast-glob": "^3.3.2", "normalize-path": "^3.0.0", "ramda": "npm:@pnpm/ramda@0.28.1", "realpath-missing": "^1.1.0", "render-help": "^1.0.3", "safe-execa": "^0.1.3", "semver": "^7.5.4", "tempy": "^1.0.1" }, "peerDependencies": { "@pnpm/logger": "5.0 || 5.1" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }