{
  "name": "@hydrosquall/vega-lite",
  "author": "Dominik Moritz, Kanit \"Ham\" Wongsuphasawat, Arvind Satyanarayan, Jeffrey Heer",
  "version": "5.21.1",
  "collaborators": [
    "Kanit Wongsuphasawat (http://kanitw.yellowpigz.com)",
    "Dominik Moritz (https://www.domoritz.de)",
    "Arvind Satyanarayan (https://arvindsatya.com)",
    "Jeffrey Heer (https://jheer.org)"
  ],
  "homepage": "https://vega.github.io/vega-lite/",
  "description": "Vega-Lite is a concise high-level language for interactive visualization.",
  "keywords": [
    "vega",
    "chart",
    "visualization"
  ],
  "main": "build/vega-lite.js",
  "unpkg": "build/vega-lite.min.js",
  "jsdelivr": "build/vega-lite.min.js",
  "module": "build/src/index",
  "types": "build/src/index.d.ts",
  "bin": {
    "vl2pdf": "./bin/vl2pdf",
    "vl2png": "./bin/vl2png",
    "vl2svg": "./bin/vl2svg",
    "vl2vg": "./bin/vl2vg"
  },
  "files": [
    "bin",
    "build",
    "src",
    "vega-lite*",
    "tsconfig.json"
  ],
  "scripts": {
    "changelog": "conventional-changelog -p angular -r 2",
    "prebuild": "yarn clean:build",
    "build": "yarn build:only",
    "build:only": "tsc -p tsconfig.build.json && rollup -c",
    "prebuild:examples": "yarn build:only",
    "build:examples": "yarn data && TZ=America/Los_Angeles scripts/build-examples.sh",
    "prebuild:examples-full": "yarn build:only",
    "build:examples-full": "TZ=America/Los_Angeles scripts/build-examples.sh 1",
    "build:example": "TZ=America/Los_Angeles scripts/build-example.sh",
    "build:toc": "yarn build:jekyll && scripts/generate-toc",
    "build:site": "rollup -c site/rollup.config.mjs",
    "build:jekyll": "pushd site && bundle exec jekyll build -q && popd",
    "build:versions": "scripts/update-version.sh",
    "clean": "yarn clean:build && del-cli 'site/data/*' 'examples/compiled/*.png' && find site/examples ! -name 'index.md' ! -name 'data' -type f -delete",
    "clean:build": "del-cli 'build/*' !build/vega-lite-schema.json",
    "data": "rsync -r node_modules/vega-datasets/data/* site/data",
    "build-editor-preview": "scripts/build-editor-preview.sh",
    "schema": "mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t TopLevelSpec --no-type-check --no-ref-encode > build/vega-lite-schema.json && yarn renameschema && cp build/vega-lite-schema.json site/_data/",
    "renameschema": "scripts/rename-schema.sh",
    "presite": "yarn data && yarn schema && yarn build:site && yarn build:versions && scripts/create-example-pages.sh",
    "site": "yarn site:only",
    "site:only": "pushd site && bundle exec jekyll serve -I -l && popd",
    "prettierbase": "prettier '**/*.{md,css,yml}'",
    "format": "eslint . --fix && yarn prettierbase --write",
    "lint": "eslint . && yarn prettierbase --check",
    "test": "yarn jest test/ && yarn lint && yarn schema && yarn jest examples/ && yarn test:runtime",
    "test:cover": "yarn jest --collectCoverage test/",
    "test:inspect": "node --inspect-brk ./node_modules/.bin/jest --runInBand test",
    "test:runtime": "TZ=America/Los_Angeles npx jest test-runtime/ --config test-runtime/jest-config.json",
    "test:runtime:generate": "yarn build:only && del-cli test-runtime/resources && VL_GENERATE_TESTS=true yarn test:runtime",
    "watch": "tsc -p tsconfig.build.json -w",
    "watch:site": "yarn build:site -w",
    "watch:test": "yarn jest --watch test/",
    "watch:test:runtime": "TZ=America/Los_Angeles npx jest --watch test-runtime/ --config test-runtime/jest-config.json",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vega/vega-lite.git"
  },
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/vega/vega-lite/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/helper-environment-visitor": "^7.24.7",
    "@babel/helper-function-name": "^7.24.7",
    "@babel/helper-hoist-variables": "^7.24.7",
    "@babel/helper-split-export-declaration": "^7.24.7",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-typescript": "^7.26.0",
    "@release-it/conventional-changelog": "^9.0.3",
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/d3": "^7.4.3",
    "@types/jest": "^29.5.14",
    "@types/pako": "^2.0.3",
    "@typescript-eslint/eslint-plugin": "^7.17.0",
    "@typescript-eslint/parser": "^7.17.0",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "cheerio": "^1.0.0",
    "conventional-changelog-cli": "^5.0.0",
    "d3": "^7.9.0",
    "del-cli": "^6.0.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jest": "^27.9.0",
    "eslint-plugin-prettier": "^5.2.1",
    "fast-json-stable-stringify": "~2.1.0",
    "highlight.js": "^11.10.0",
    "jest": "^29.7.0",
    "jest-dev-server": "^10.1.4",
    "mkdirp": "^3.0.1",
    "pako": "^2.1.0",
    "prettier": "^3.3.3",
    "puppeteer": "^15.0.0",
    "release-it": "17.10.0",
    "rollup": "^4.27.3",
    "rollup-plugin-bundle-size": "^1.0.3",
    "serve": "^14.2.4",
    "terser": "^5.36.0",
    "ts-jest": "^29.2.5",
    "ts-json-schema-generator": "^2.3.0",
    "typescript": "~5.7.2",
    "vega-cli": "^5.30.0",
    "vega-datasets": "^2.11.0",
    "vega-embed": "^6.28.0",
    "vega-tooltip": "^0.35.2",
    "yaml-front-matter": "^4.1.1"
  },
  "dependencies": {
    "json-stringify-pretty-compact": "~4.0.0",
    "tslib": "~2.8.1",
    "vega-event-selector": "~3.0.1",
    "vega-expression": "~5.1.1",
    "vega-util": "~1.17.2",
    "yargs": "~17.7.2"
  },
  "peerDependencies": {
    "vega": "^5.24.0"
  },
  "engines": {
    "node": ">=18"
  },
  "packageManager": "yarn@1.22.22"
}
