{
  "name": "@splunk/async-dynamic-options-evaluator",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "version": "28.7.0",
  "scripts": {
    "build": "viz-build --build-web-workers",
    "build:ci": "yarn build",
    "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 --build-web-workers --watch",
    "eslint": "eslint src --ext \".js,.jsx,.ts,.tsx\"",
    "eslint:ci": "eslint src --ext \".js,.jsx,.ts,.tsx\" -f junit -o test-reports/lint-results.xml",
    "eslint:fix": "eslint src --ext \".js, .jsx,.ts,.tsx\" --fix",
    "format:fix": "git ls-files | grep -E '\\.(es|jsx?|tsx?|css|md)$' | xargs prettier --write",
    "lint": "yarn run eslint",
    "lint:ci": "yarn run eslint:ci",
    "test:unit": "jest src/.*",
    "test:unit:ci": "yarn run test:unit",
    "test:unit:watch": "jest --watch src/.*"
  },
  "dependencies": {
    "@splunk/visualization-encoding": "^28.7.0"
  },
  "devDependencies": {
    "@splunk/visualization-build-tools": "^28.7.0",
    "@splunk/visualization-themes": "^28.7.0",
    "@splunk/visualizations-shared": "^28.7.0",
    "@types/chroma-js": "^3.1.2",
    "@types/nearley": "^2.11.5",
    "lodash": "^4.18.1",
    "react-dom": "^18.3.1"
  }
}
