Files
pnpm/patching/config/package.json

46 lines
1.1 KiB
JSON

{
"name": "@pnpm/patching.config",
"version": "1000.0.0",
"description": "Functions related to patching configurations",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=18.12"
},
"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\""
},
"repository": "https://github.com/pnpm/pnpm/blob/main/patching/config",
"keywords": [
"pnpm10",
"pnpm",
"patch"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/patching/config#readme",
"dependencies": {
"@pnpm/patching.types": "workspace:*"
},
"devDependencies": {
"@pnpm/patching.config": "workspace:*"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}