@pnpm/merge-lockfile-changes
Version:
Merges lockfiles. Can automatically fix merge conflicts
48 lines • 1.24 kB
JSON
{
"name": "@pnpm/merge-lockfile-changes",
"version": "6.0.5",
"description": "Merges lockfiles. Can automatically fix merge conflicts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=18.12"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/merge-lockfile-changes",
"keywords": [
"pnpm9",
"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": {
"comver-to-semver": "^1.0.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"semver": "^7.6.2",
"@pnpm/lockfile-types": "7.1.3",
"@pnpm/types": "11.1.0"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@types/ramda": "0.29.12",
"@types/semver": "7.5.3",
"@pnpm/merge-lockfile-changes": "6.0.5"
},
"exports": {
".": "./lib/index.js"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "tsc --build && pnpm run lint --fix"
}
}