{
  "name": "vega",
  "version": "6.2.0",
  "description": "The Vega visualization grammar.",
  "keywords": [
    "vega",
    "visualization",
    "interaction",
    "dataflow",
    "library",
    "data",
    "d3"
  ],
  "license": "BSD-3-Clause",
  "type": "module",
  "author": {
    "name": "Vega",
    "url": "https://vega.github.io"
  },
  "funding": {
    "url": "https://app.hubspot.com/payments/GyPC972GD9Rt"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./build/vega.module.js"
    },
    "./vega-schema.json": "./build/vega-schema.json"
  },
  "unpkg": "build/vega.min.js",
  "jsdelivr": "build/vega.min.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vega/vega.git"
  },
  "scripts": {
    "prebuild": "del-cli build",
    "build": "rollup -c rollup.config.js",
    "postbuild": "node schema-copy",
    "pretest": "npm run build -- --config-test",
    "test": "TZ=America/Los_Angeles tape 'test/**/*-test.js'",
    "prepublishOnly": "npm test && npm run build",
    "postpublish": "./schema-deploy.sh"
  },
  "dependencies": {
    "vega-crossfilter": "~5.1.0",
    "vega-dataflow": "~6.1.0",
    "vega-encode": "~5.1.0",
    "vega-event-selector": "~4.0.0",
    "vega-expression": "~6.1.0",
    "vega-force": "~5.1.0",
    "vega-format": "~2.1.0",
    "vega-functions": "~6.1.0",
    "vega-geo": "~5.1.0",
    "vega-hierarchy": "~5.1.0",
    "vega-label": "~2.1.0",
    "vega-loader": "~5.1.0",
    "vega-parser": "~7.1.0",
    "vega-projection": "~2.1.0",
    "vega-regression": "~2.1.0",
    "vega-runtime": "~7.1.0",
    "vega-scale": "~8.1.0",
    "vega-scenegraph": "~5.1.0",
    "vega-statistics": "~2.0.0",
    "vega-time": "~3.1.0",
    "vega-transforms": "~5.1.0",
    "vega-typings": "~2.1.0",
    "vega-util": "~2.1.0",
    "vega-view": "~6.1.0",
    "vega-view-transforms": "~5.1.0",
    "vega-voronoi": "~5.1.0",
    "vega-wordcloud": "~5.1.0"
  },
  "devDependencies": {
    "vega-schema": "*"
  },
  "gitHead": "4dea72921d25bf6ff6636a9f9cb6c63ff696932c"
}
