{
  "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.7.0",
  "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",
    "test": "yarn run test:unit",
    "test:ci": "yarn run test:unit:ci",
    "test:unit": "jest src",
    "test:unit:ci": "yarn test:unit --ci",
    "test:unit:watch": "yarn run test:unit --watchAll"
  },
  "dependencies": {
    "@splunk/dashboard-utils": "29.7.0",
    "@splunk/splunk-utils": "^3.4.0",
    "@splunk/ui-utils": "^1.14.0",
    "lodash": "^4.18.1"
  },
  "devDependencies": {
    "@splunk/dashboard-build-tools": "29.7.0",
    "@splunk/dashboard-definition": "29.7.0",
    "@splunk/dashboard-types": "29.7.0",
    "@udf/typescript-configs": "29.7.0",
    "jest": "^30.4.1",
    "ts-jest": "^29.4.9",
    "typescript": "^5.9.3"
  },
  "types": "./types/index.d.ts"
}