{
  "name": "psx/json",
  "description": "Read and transform JSON documents through JSON-Patch/Pointer",
  "keywords": ["json", "json-patch", "json-pointer", "json-rpc"],
  "homepage": "https://phpsx.org",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "Christoph Kappestein",
      "email": "christoph.kappestein@gmail.com",
      "homepage": "https://chrisk.app"
    }
  ],
  "require": {
    "ext-json": "*",
    "php": ">=8.0",
    "psx/record": "^2.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^8.0",
    "vimeo/psalm": "^4.0"
  },
  "autoload": {
    "psr-4": {
      "PSX\\Json\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "PSX\\Json\\Tests\\": "tests/"
    }
  }
}
