{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@microsoft/agents-hosting-dialogs",
  "version": "1.5.1",
  "homepage": "https://github.com/microsoft/Agents-for-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/Agents-for-js.git"
  },
  "author": {
    "name": "Microsoft",
    "email": "agentssdk@microsoft.com",
    "url": "https://aka.ms/Agents"
  },
  "description": "Microsoft 365 Agents SDK Dialogs support.",
  "main": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "dependencies": {
    "@microsoft/agents-hosting": "1.5.1",
    "@microsoft/agents-activity": "1.5.1",
    "@types/lodash": "4.17.24",
    "dependency-graph": "1.0.0",
    "@microsoft/recognizers-text-suite": "1.3.1",
    "@microsoft/recognizers-text-number": "1.3.1",
    "@microsoft/recognizers-text-date-time": "1.3.2",
    "@microsoft/recognizers-text-choice": "1.3.1",
    "globalize": "1.7.1",
    "zod": "3.25.75",
    "@microsoft/agents-telemetry": "1.5.1"
  },
  "license": "MIT",
  "files": [
    "README.md",
    "dist/src",
    "dist/vendor",
    "src",
    "vendor",
    "package.json"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js",
      "require": "./dist/src/index.js"
    },
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}