{
  "name": "vega-scenegraph",
  "version": "5.1.0",
  "description": "Vega scenegraph and renderers.",
  "license": "BSD-3-Clause",
  "type": "module",
  "author": {
    "name": "Vega",
    "url": "https://vega.github.io"
  },
  "exports": {
    "default": "./build/vega-scenegraph.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vega/vega.git"
  },
  "scripts": {
    "schema": "node schema > build/vega-scenegraph-schema.json",
    "prebuild": "del-cli build",
    "build": "rollup -c rollup.config.js",
    "postbuild": "npm run schema",
    "pretest": "npm run build -- --config-test",
    "test": "tape 'test/**/*-test.js' && npm run xmllint",
    "xmllint": "xmllint --noout ./test/resources/svg/*.svg",
    "prepublishOnly": "npm test && npm run build"
  },
  "dependencies": {
    "d3-path": "^3.1.0",
    "d3-shape": "^3.2.0",
    "vega-canvas": "^2.0.0",
    "vega-loader": "^5.1.0",
    "vega-scale": "^8.1.0",
    "vega-util": "^2.1.0"
  },
  "gitHead": "4dea72921d25bf6ff6636a9f9cb6c63ff696932c"
}
