{
  "name": "@viz-js/viz",
  "description": "WebAssembly build of Graphviz with a simple wrapper for using it on the web",
  "keywords": [
    "graphviz",
    "emscripten"
  ],
  "version": "3.25.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdaines/viz-js.git",
    "directory": "packages/viz"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/viz.js",
  "types": "./types/index.d.ts",
  "exports": {
    "types": "./types/index.d.ts",
    "require": "./dist/viz.cjs",
    "default": "./dist/viz.js"
  },
  "files": [
    "dist",
    "lib",
    "src",
    "types"
  ],
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@rollup/plugin-babel": "^6.1.0",
    "@rollup/plugin-terser": "^0.4.4",
    "jsdom": "^21.1.2",
    "mocha": "^11.7.5",
    "rollup": "^3.30.0",
    "typedoc": "^0.28.17",
    "typedoc-plugin-mdn-links": "^5.1.1"
  },
  "scripts": {
    "test": "mocha",
    "docs": "typedoc types/index.d.ts"
  }
}
