{
  "name": "vega-cli",
  "version": "6.1.2",
  "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.0",
    "vega": "6.1.2",
    "yargs": "17"
  },
  "gitHead": "18a55af6207fb183510659bdec3922eddc9a6022"
}
