{
  "name": "vega-runtime",
  "version": "7.1.0",
  "description": "Runtime support for Vega dataflows.",
  "keywords": [
    "vega",
    "runtime",
    "dataflow",
    "reactive"
  ],
  "license": "BSD-3-Clause",
  "type": "module",
  "author": {
    "name": "Vega",
    "url": "https://vega.github.io"
  },
  "exports": {
    "default": "./build/vega-runtime.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vega/vega.git"
  },
  "scripts": {
    "prebuild": "del-cli build",
    "build": "rollup -c rollup.config.js",
    "pretest": "npm run build -- --config-test",
    "test": "tape 'test/**/*-test.js'",
    "prepublishOnly": "npm test && npm run build"
  },
  "dependencies": {
    "vega-dataflow": "^6.1.0",
    "vega-util": "^2.1.0"
  },
  "devDependencies": {
    "vega-encode": "*",
    "vega-transforms": "*"
  },
  "gitHead": "4dea72921d25bf6ff6636a9f9cb6c63ff696932c"
}
