{
  "name": "@aduh95/viz.js",
  "version": "3.4.0",
  "description": "A hack to put Graphviz on the web.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "browser": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    },
    "./async": "./dist/render_async.cjs",
    "./sync": "./dist/render_sync.cjs",
    "./wasm": "./dist/render.wasm",
    "./worker": {
      "node": "./dist/render.node.mjs",
      "default": "./dist/render.browser.js"
    }
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/aduh95/viz.js.git"
  },
  "keywords": [
    "graphviz",
    "emscripten"
  ],
  "files": [
    "dist/index.cjs",
    "dist/index.mjs",
    "dist/index.d.ts",
    "dist/types.d.ts",
    "dist/render.node.mjs",
    "dist/render.browser.js",
    "dist/render.wasm",
    "dist/render_async.cjs",
    "dist/render_async.d.ts",
    "dist/render_sync.cjs",
    "dist/render_sync.d.ts",
    "async/index.js",
    "async/index.d.ts",
    "sync/index.js",
    "sync/index.d.ts",
    "wasm",
    "worker"
  ],
  "contributors": [
    "Mike Daines <mdaines@fastmail.com>",
    "Antoine du Hamel <duhamelantoine1995@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aduh95/viz.js/issues"
  },
  "homepage": "https://github.com/aduh95/viz.js",
  "devDependencies": {
    "@types/node": "^14.0.4",
    "@typescript-eslint/eslint-plugin": "^4.1.0",
    "@typescript-eslint/parser": "^4.1.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-prettier": "^3.1.3",
    "mocha": "^8.0.1",
    "prettier": "^2.0.4",
    "puppeteer": "^8.0.0",
    "rollup": "^2.4.0",
    "semver": "^7.3.2",
    "terser": "^5.2.1",
    "typescript": "^4.0.2"
  }
}