{
  "name": "vega-util",
  "version": "2.1.1",
  "description": "JavaScript utilities for Vega.",
  "keywords": [
    "vega",
    "utilities"
  ],
  "license": "BSD-3-Clause",
  "type": "module",
  "types": "./build/index.d.ts",
  "author": {
    "name": "Vega",
    "url": "https://vega.github.io"
  },
  "exports": {
    "types": "./build/index.d.ts",
    "default": "./build/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vega/vega.git"
  },
  "scripts": {
    "prebuild": "del-cli build",
    "build": "tsc -p tsconfig.json",
    "pretest": "npm run build",
    "test": "tape 'test/**/*-test.js'",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "prepublishOnly": "npm test && npm run build"
  }
}
