Files
pnpm/patching/apply-patch/package.json
2023-06-11 21:35:42 +03:00

43 lines
1003 B
JSON

{
"name": "@pnpm/patching.apply-patch",
"version": "2.0.3",
"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": "^7.0.0"
},
"devDependencies": {
"@pnpm/patching.apply-patch": "workspace:*"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}