Files
pnpm/lockfile/merge-lockfile-changes/package.json
2023-07-17 12:19:50 +03:00

49 lines
1.2 KiB
JSON

{
"name": "@pnpm/merge-lockfile-changes",
"version": "5.0.3",
"description": "Merges lockfiles. Can automatically fix merge conflicts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=16.14"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"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/lockfile/merge-lockfile-changes",
"keywords": [
"pnpm8",
"pnpm",
"shrinkwrap",
"lockfile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/merge-lockfile-changes#readme",
"dependencies": {
"@pnpm/lockfile-types": "workspace:*",
"comver-to-semver": "^1.0.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"semver": "^7.5.4"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/merge-lockfile-changes": "workspace:*",
"@types/ramda": "0.28.20",
"@types/semver": "7.3.13"
},
"exports": {
".": "./lib/index.js"
}
}