UNPKG

botbuilder-azure

Version:

Azure extensions for Microsoft BotBuilder.

57 lines 1.61 kB
{ "name": "botbuilder-azure", "author": "Microsoft Corp.", "description": "Azure extensions for Microsoft BotBuilder.", "version": "4.17.0-blobs1", "license": "MIT", "keywords": [ "botbuilder", "botframework", "bots", "chatbots", "azure" ], "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/cosmos": "^3.3.1", "azure-storage": "2.10.7", "botbuilder": "4.17.0-blobs1", "lodash": "^4.17.20" }, "devDependencies": { "fs-extra": "^7.0.1", "nock": "^11.9.1", "node-fetch": "^2.6.7" }, "scripts": { "build": "tsc -b", "build-docs": "typedoc --theme markdown --entryPoint botbuilder-azure --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-azure .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Azure\" --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 . --ext .js,.ts", "postbuild": "downlevel-dts lib _ts3.4/lib --checksum", "test": "yarn build && nyc mocha tests/", "test:compat": "api-extractor run --verbose" }, "files": [ "_ts3.4", "lib", "src" ] }