{
  "name": "@xviz/schema",
  "description": "XVIZ JSON schema",
  "license": "Apache-2.0",
  "version": "1.0.13",
  "repository": {
    "type": "git",
    "url": "https://github.com/uber/xviz.git"
  },
  "main": "dist/es5/index.js",
  "module": "dist/esm/index.js",
  "esnext": "dist/es6/index.js",
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@xviz/protobufjs": "6.8.8-p1",
    "ajv": "^6.5.2",
    "is": "^3.2.1"
  },
  "devDependencies": {
    "ajv-cli": "^3.0.0"
  },
  "scripts": {
    "build-schema": "node ./build-schema",
    "build-protos": "yarn pbjs --keep-case --target json --proto-path ../.. --out dist/proto.v2.json ../../xviz/v2/*.proto",
    "build": "npm run build-schema && npm run build-protos"
  },
  "gitHead": "b9f05ade77b1fe4f0fd478e6075e4f62456ec6a0"
}
