{ "name": "@pnpm/merge-lockfile-changes", "version": "2.0.1", "description": "Merges lockfiles. Can automatically fix merge conflicts", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { "node": ">=12.17" }, "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint src/**/*.ts test/**/*.ts", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/merge-lockfile-changes", "keywords": [ "pnpm6", "pnpm", "shrinkwrap", "lockfile" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/merge-lockfile-changes#readme", "dependencies": { "@pnpm/lockfile-types": "workspace:3.0.0", "comver-to-semver": "^1.0.0", "ramda": "^0.27.1", "semver": "^7.3.4" }, "funding": "https://opencollective.com/pnpm", "devDependencies": { "@types/ramda": "0.27.39", "@types/semver": "^7.3.4" } }