{
  "name": "@splunk/datasource-utils",
  "description": "Utilities and base types for working with dashboard data sources and DataSet results",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "version": "29.5.2",
  "scripts": {
    "build": "udf-build",
    "build:ci": "yarn build",
    "clean": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm && rm -rf module types build test-reports",
    "dev": "udf-build --watch",
    "lint": "eslint src --ext \".js,.jsx\"",
    "test": "yarn run test:unit",
    "test:ci": "yarn run test:unit:ci",
    "test:unit": "jest src/.*",
    "test:unit:ci": "yarn test:unit --testPathIgnorePatterns='flaky.test' --ci",
    "test:unit:watch": "yarn run test:unit --watchAll"
  },
  "dependencies": {
    "@splunk/dashboard-utils": "29.5.2",
    "@splunk/splunk-utils": "^3.4.0",
    "@splunk/ui-utils": "^1.12.0",
    "lodash": "^4.18.1"
  },
  "devDependencies": {
    "@splunk/dashboard-build-tools": "29.5.2",
    "@splunk/dashboard-definition": "29.5.2",
    "@splunk/dashboard-types": "29.5.2",
    "@udf/typescript-configs": "29.5.2",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.6"
  },
  "types": "./types/index.d.ts",
  "gitHead": "0f7bb897325ebdde70464cfb266bfbc21c105e85"
}
