{
  "name": "vega-cli",
  "version": "6.4.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": "./index.js"
  },
  "bin": {
    "vg2pdf": "bin/vg2pdf",
    "vg2png": "bin/vg2png",
    "vg2svg": "bin/vg2svg"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vega/vega.git"
  },
  "homepage": "https://github.com/vega/vega/tree/main/packages/vega-cli#readme",
  "bugs": {
    "url": "https://github.com/vega/vega/issues"
  },
  "scripts": {
    "test": "tape 'test/**/*-test.js'"
  },
  "dependencies": {
    "canvas": "^3.2.3",
    "vega": "6.4.0",
    "yargs": "18"
  },
  "gitHead": "adf0ae7cd5dbc5bd0d7b4fb5566a68adf14cac3f"
}
