{
  "name": "@splunk/visualization-schemas",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "version": "28.7.0",
  "scripts": {
    "build": "viz-build",
    "build:ci": "yarn build && yarn docs",
    "clean": "yarn clean:esbuild && yarn clean:test-reports",
    "clean:esbuild": "rm -rf ./dist ./types",
    "clean:test-reports": "rm -rf ./test-reports",
    "dev": "viz-build --watch",
    "dev:yalc": "yarn dev --env.useYalc='true'",
    "test": "yarn run test:unit && yarn run test:visual",
    "test:ci": "yarn run test:unit:ci && yarn run test:visual:ci",
    "test:unit": "jest src/.*",
    "test:unit:ci": "yarn run test:unit",
    "test:unit:watch": "yarn run test:unit --watch",
    "version": "yarn build"
  },
  "dependencies": {
    "@splunk/visualization-color-palettes": "^28.7.0",
    "@types/json-schema": "^7.0.15"
  },
  "devDependencies": {
    "@splunk/visualization-build-tools": "^28.7.0",
    "ajv": "^8.18.0"
  },
  "main": "./dist/cjs/index.js",
  "types": "./dist/types/index.d.ts"
}
