{
  "name": "botbuilder-azure-blobs",
  "author": "Microsoft Corp.",
  "description": "BotBuilder storage bindings for Azure Blobs services",
  "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/storage-blob": "^12.24.0",
    "botbuilder-core": "4.23.3",
    "botbuilder-stdlib": "4.23.3-internal",
    "p-map": "^7.0.3",
    "zod": "^3.23.8"
  },
  "scripts": {
    "build": "tsc -b",
    "build-docs": "typedoc --theme markdown --entryPoint botbuilder-azure-blobs --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-azure-blobs .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Azure Blobs\" --readme none",
    "clean": "rimraf _ts3.4 lib vendors tsconfig.tsbuildinfo",
    "depcheck": "depcheck --config ../../.depcheckrc",
    "lint": "eslint . --config ../../eslint.config.cjs",
    "prebuild": "tsup ./node_modules/p-map/*.js --format cjs --dts --out-dir vendors/p-map --clean --sourcemap",
    "postbuild": "downlevel-dts lib _ts3.4/lib --checksum",
    "test": "yarn build && nyc mocha --check-leaks tests",
    "test:compat": "api-extractor run --verbose"
  },
  "files": [
    "_ts3.4",
    "lib",
    "src",
    "vendors"
  ]
}