vega-runtime
Version:
Runtime support for Vega dataflows.
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "vega-runtime",
"version": "7.1.2",
"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"
},
"homepage": "https://github.com/vega/vega/tree/main/packages/vega-runtime#readme",
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"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.2",
"vega-util": "^2.1.0"
},
"devDependencies": {
"vega-encode": "5.2.1",
"vega-transforms": "5.2.1"
},
"gitHead": "c42b7bad10730383c780f7769768b8b64bc0052a"
}