{
  "name": "@dynatrace-sdk/automation-utils",
  "version": "2.5.1",
  "description": "Utility functions for accessing AutomationEngine APIs from the Run JavaScript action.",
  "license": "Apache-2.0",
  "dependencies": {
    "@dynatrace-sdk/client-automation": "^6.0.0",
    "@dynatrace-sdk/app-environment": "^1.1.3"
  },
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./types/index.d.ts"
}