{
  "name": "@splunk/visualization-color-palettes",
  "description": "Color palette for visualizations",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "version": "28.7.0",
  "scripts": {
    "build": "viz-build --no-types",
    "build:ci": "yarn build && yarn docs",
    "clean": "yarn clean:esbuild && yarn clean:test-reports",
    "clean:esbuild": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm",
    "clean:test-reports": "rm -rf ./test-reports",
    "dev": "viz-build --no-types --watch",
    "lint": "eslint src --ext \".js,.jsx,.ts,.tsx\"",
    "lint:ci": "eslint src --ext \".js,.jsx,.ts,.tsx\" -f junit -o test-reports/lint-results.xml",
    "lint:fix": "eslint src --ext \".js,.jsx,.ts,.tsx\" --fix",
    "test": "yarn run test:unit",
    "test:unit": "jest src/.*",
    "test:unit:ci": "yarn run test:unit",
    "test:ci": "yarn run test"
  },
  "dependencies": {
    "@splunk/ui-utils": "^1.14.0"
  },
  "devDependencies": {
    "@splunk/visualization-build-tools": "^28.7.0"
  }
}
