{
  "name": "json8-merge-patch",
  "version": "1.0.5",
  "description": "JSON Merge Patch toolkit for JavaScript",
  "keywords": [
    "JSON",
    "merge",
    "patch",
    "diff"
  ],
  "homepage": "https://github.com/sonnyp/JSON8/tree/main/packages/merge-patch",
  "repository": "https://github.com/sonnyp/JSON8",
  "bugs": "https://github.com/sonnyp/JSON8/issues",
  "scripts": {
    "test": "mocha --recursive test/"
  },
  "author": "Sonny Piers <sonny@fastmail.net>",
  "license": "ISC",
  "dependencies": {
    "json8": "^1.0.5"
  },
  "engines": {
    "node": ">= 7.6.0"
  },
  "gitHead": "306bf26397e6edecfb82d7a48de58bfc1f6abef8"
}
