{ "name": "@pnpm/patching.apply-patch", "version": "1000.0.3", "description": "Apply a patch to a directory", "keywords": [ "pnpm", "pnpm10", "patch" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/patching/apply-patch", "homepage": "https://github.com/pnpm/pnpm/blob/main/patching/apply-patch#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" ], "scripts": { "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix", "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"" }, "dependencies": { "@pnpm/error": "workspace:*", "@pnpm/patch-package": "catalog:" }, "peerDependencies": { "@pnpm/logger": ">=5.1.0 <1001.0.0" }, "devDependencies": { "@pnpm/logger": "workspace:*", "@pnpm/patching.apply-patch": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/test-fixtures": "workspace:*" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" } }