{
  "name": "@atjson/renderer-graphviz",
  "version": "0.22.0",
  "description": "Render documents into graphs to help with debugging",
  "main": "dist/commonjs/index.js",
  "module": "dist/modules/index.js",
  "types": "dist/commonjs/index.d.ts",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@atjson/hir": "0.25.4"
  },
  "peerDependencies": {
    "@atjson/document": ">= 0.29.0 < 1"
  },
  "gitHead": "c533aeb1b9c59d0fa03a6c1a3638365ef24e29f0",
  "repository": "https://github.com/CondeNast/atjson"
}
