UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

47 lines 1.21 kB
{ "name": "@pnpm/merge-lockfile-changes", "version": "5.0.7", "description": "Merges lockfiles. Can automatically fix merge conflicts", "main": "lib/index.js", "types": "lib/index.d.ts", "engines": { "node": ">=16.14" }, "files": [ "lib", "!*.map" ], "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": { "comver-to-semver": "^1.0.0", "ramda": "npm:@pnpm/ramda@0.28.1", "semver": "^7.5.4", "@pnpm/lockfile-types": "5.1.5" }, "funding": "https://opencollective.com/pnpm", "devDependencies": { "@types/ramda": "0.28.20", "@types/semver": "7.5.3", "@pnpm/merge-lockfile-changes": "5.0.7" }, "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" } }