{
  "name": "vega-selections",
  "version": "6.1.4",
  "description": "Vega expression functions for Vega-Lite selections.",
  "keywords": [
    "vega",
    "expression",
    "selections"
  ],
  "author": "Arvind Satyanarayan (http://arvindsatya.com)",
  "license": "BSD-3-Clause",
  "type": "module",
  "exports": {
    "default": "./build/vega-selection.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vega/vega.git"
  },
  "homepage": "https://github.com/vega/vega/tree/main/packages/vega-selections#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": {
    "d3-array": "3.2.4",
    "vega-expression": "^6.2.1",
    "vega-util": "^2.1.0"
  },
  "gitHead": "c42b7bad10730383c780f7769768b8b64bc0052a"
}
