{
  "name": "vega-cli",
  "version": "6.2.0",
  "description": "Command line utilities for server-side Vega.",
  "keywords": [
    "vega",
    "command line",
    "server"
  ],
  "license": "BSD-3-Clause",
  "type": "module",
  "author": {
    "name": "Vega",
    "url": "https://vega.github.io"
  },
  "funding": {
    "url": "https://app.hubspot.com/payments/GyPC972GD9Rt"
  },
  "exports": {
    "default": "./build/index.js"
  },
  "bin": {
    "vg2pdf": "bin/vg2pdf",
    "vg2png": "bin/vg2png",
    "vg2svg": "bin/vg2svg"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vega/vega.git"
  },
  "scripts": {
    "test": "tape 'test/**/*-test.js'"
  },
  "dependencies": {
    "canvas": "^3.1.1",
    "vega": "6.2.0",
    "yargs": "18"
  },
  "gitHead": "3bdc2f32cf7cd01eee8070cf7494ae3f8c203ac9"
}
