{ "name": "parse-conflict-json", "version": "1.1.1", "description": "Parse a JSON string that has git merge conflicts, resolving if possible", "author": "Isaac Z. Schlueter (https://izs.me)", "license": "ISC", "scripts": { "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "tap": { "check-coverage": true }, "devDependencies": { "tap": "^14.6.1" }, "dependencies": { "just-diff": "^3.0.1", "just-diff-apply": "^3.0.0", "json-parse-even-better-errors": "^2.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/npm/parse-conflict-json.git" }, "files": [ "index.js" ] }