{
  "name": "vega-typings",
  "version": "2.1.0",
  "description": "Typings for Vega.",
  "types": "types",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vega/vega.git"
  },
  "author": {
    "name": "Vega",
    "url": "https://vega.github.io"
  },
  "keywords": [
    "vega",
    "typescript",
    "typings"
  ],
  "license": "BSD-3-Clause",
  "type": "module",
  "scripts": {
    "format": "prettier $([ \"$CI\" = true ] && echo --check || echo --write) './**/*.{ts,tsx,js,json,css}'",
    "format-tests": "prettier --write 'tests/**/*.ts'",
    "build-tests": "./build-tests.sh",
    "pretest": "npm run build-tests",
    "test": "npm run format && npx tsd . && ts-json-schema-generator -p types/index.d.ts --type Spec > /dev/null"
  },
  "dependencies": {
    "@types/geojson": "7946.0.16",
    "vega-event-selector": "^4.0.0",
    "vega-expression": "^6.1.0",
    "vega-util": "^2.1.0"
  },
  "devDependencies": {
    "ts-json-schema-generator": "^2.4.0",
    "tsd": "^0.33.0"
  },
  "gitHead": "4dea72921d25bf6ff6636a9f9cb6c63ff696932c"
}
