{
  "name": "json8-merge-patch-to-patch",
  "version": "1.0.0",
  "description": "Turn JSON Merge Patch into JSON Patch.",
  "keywords": ["JSON", "merge", "patch"],
  "homepage":
    "https://github.com/sonnyp/JSON8/tree/master/packages/merge-patch",
  "repository": "github:JSON8/merge-patch",
  "bugs": "https://github.com/sonnyp/JSON8/issues",
  "scripts": {
    "test": "mocha --recursive test/"
  },
  "author": "Sonny Piers <sonny@fastmail.net>",
  "license": "ISC",
  "dependencies": {
    "json8": "^0.9.0",
    "json8-pointer": "^0.7.1"
  },
  "devDependencies": {
    "json8": "^0.9.2",
    "json8-patch": "^0.4.0"
  },
  "engines": {
    "node": ">= 7.6.0"
  }
}
