{
  "name": "botbuilder-ai",
  "author": "Microsoft Corp.",
  "description": "Cognitive services extensions for Microsoft BotBuilder.",
  "version": "4.23.3",
  "license": "MIT",
  "keywords": [
    "botbuilder",
    "botframework",
    "bots",
    "chatbots"
  ],
  "bugs": {
    "url": "https://github.com/Microsoft/botbuilder-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/botbuilder-js.git"
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "typesVersions": {
    "<3.9": {
      "*": [
        "_ts3.4/*"
      ]
    }
  },
  "dependencies": {
    "@azure/identity": "^4.4.1",
    "adaptive-expressions": "4.23.3",
    "botbuilder-core": "4.23.3",
    "botbuilder-dialogs": "4.23.3",
    "botbuilder-dialogs-adaptive-runtime-core": "4.23.3-preview",
    "botbuilder-dialogs-declarative": "4.23.3-preview",
    "botbuilder-stdlib": "4.23.3-internal",
    "botframework-connector": "4.23.3",
    "lodash": "^4.17.21",
    "node-fetch": "^2.7.0",
    "url-parse": "^1.5.10",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.6.11",
    "fs-extra": "^11.2.0",
    "nock": "^13.5.5"
  },
  "scripts": {
    "build": "tsc -b",
    "build-docs": "typedoc --theme markdown --entryPoint botbuilder-ai --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-ai .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - AI\" --readme none",
    "build:rollup": "yarn clean && yarn build && api-extractor run --verbose --local",
    "clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo",
    "depcheck": "depcheck --config ../../.depcheckrc",
    "lint": "eslint . --config ../../eslint.config.cjs",
    "postbuild": "downlevel-dts lib _ts3.4/lib --checksum",
    "test": "npm-run-all build test:mocha",
    "test:mocha": "nyc mocha tests",
    "test:compat": "api-extractor run --verbose"
  },
  "files": [
    "_ts3.4",
    "lib",
    "schemas",
    "src"
  ]
}