{ "name": "@pnpm/plugin-commands-patching", "version": "2.1.9", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=14.6" }, "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=7772 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/patching/plugin-commands-patching", "keywords": [ "pnpm7", "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/plugin-commands-patching": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "3.4.0", "@types/ramda": "0.28.20" }, "dependencies": { "@pnpm/cli-utils": "workspace:*", "@pnpm/config": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/parse-wanted-dependency": "workspace:*", "@pnpm/patching.apply-patch": "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:*", "escape-string-regexp": "^4.0.0", "ramda": "npm:@pnpm/ramda@0.28.1", "render-help": "^1.0.3", "safe-execa": "^0.1.3", "tempy": "^1.0.1" }, "peerDependencies": { "@pnpm/logger": "^5.0.0" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }