44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "parse-conflict-json",
|
|
"version": "2.0.1",
|
|
"description": "Parse a JSON string that has git merge conflicts, resolving if possible",
|
|
"author": "GitHub Inc.",
|
|
"license": "ISC",
|
|
"main": "lib",
|
|
"scripts": {
|
|
"test": "tap",
|
|
"snap": "tap",
|
|
"preversion": "npm test",
|
|
"postversion": "npm publish",
|
|
"postpublish": "git push origin --follow-tags",
|
|
"lint": "eslint '**/*.js'",
|
|
"postlint": "npm-template-check",
|
|
"lintfix": "npm run lint -- --fix",
|
|
"prepublishOnly": "git push origin --follow-tags",
|
|
"posttest": "npm run lint"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"devDependencies": {
|
|
"@npmcli/template-oss": "^2.3.1",
|
|
"tap": "^15.1.5"
|
|
},
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"just-diff": "^5.0.1",
|
|
"just-diff-apply": "^4.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/parse-conflict-json.git"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"templateVersion": "2.3.1",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16"
|
|
}
|
|
}
|