{ "name": "@pnpm/patching.apply-patch", "version": "2.0.0", "description": "Apply a patch to a directory", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=16.14" }, "scripts": { "test": "pnpm run compile", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix", "lint": "eslint \"src/**/*.ts\"" }, "repository": "https://github.com/pnpm/pnpm/blob/main/patching/apply-patch", "keywords": [ "pnpm8", "pnpm", "patch" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/patching/apply-patch#readme", "dependencies": { "@pnpm/error": "workspace:*", "patch-package": "^6.5.1" }, "devDependencies": { "@pnpm/patching.apply-patch": "workspace:*" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }