botbuilder-azure
Version:
Azure extensions for Microsoft BotBuilder.
63 lines • 1.89 kB
JSON
{
"name": "botbuilder-azure",
"author": "Microsoft Corp.",
"description": "Azure extensions for Microsoft BotBuilder.",
"version": "4.23.2",
"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/core-auth": "^1.7.2",
"@azure/cosmos": "^4.1.1",
"@azure/storage-blob": "^12.24.0",
"bcryptjs": "^2.4.3",
"botbuilder": "4.23.2",
"botbuilder-stdlib": "4.23.2-internal",
"lodash": "^4.17.20",
"p-map": "^7.0.3"
},
"devDependencies": {
"fs-extra": "^11.2.0",
"nock": "^13.5.5",
"node-fetch": "^2.7.0"
},
"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 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 tests/",
"test:compat": "api-extractor run --verbose"
},
"files": [
"_ts3.4",
"lib",
"src",
"vendors"
]
}