@microsoft/botbuilder-m365
Version:
M365 extensions for Microsoft BotBuilder, Alpha release.
59 lines (58 loc) • 1.92 kB
JSON
{
"name": "@microsoft/botbuilder-m365",
"author": "Microsoft Corp.",
"description": "M365 extensions for Microsoft BotBuilder, Alpha release.",
"version": "0.1.0-alpha.6",
"license": "MIT",
"keywords": [
"botbuilder",
"botframework",
"bots",
"chatbots",
"teams",
"m365"
],
"bugs": {
"url": "https://github.com/microsoft/botbuilder-m365/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/botbuilder-m365.git"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"typesVersions": {
"<3.9": {
"*": [
"_ts3.4/*"
]
}
},
"dependencies": {
"axios": "^1.3.4",
"botbuilder": "^4.19.0",
"botbuilder-dialogs": "^4.19.0",
"gpt-3-encoder": "^1.1.4",
"yaml": "^2.2.1"
},
"resolutions": {
"follow-redirects": "1.14.7"
},
"devDependencies": {},
"scripts": {
"build": "tsc -b",
"build-docs": "typedoc --theme markdown --entryPoint botbuilder-m365 --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 node_modules",
"depcheck": "depcheck --config ../../.depcheckrc",
"lint": "eslint **/src/**/*.{j,t}s{,x} --fix --no-error-on-unmatched-pattern",
"test": "npm-run-all build test:mocha",
"test:mocha": "nyc mocha tests",
"test:compat": "api-extractor run --verbose"
},
"files": [
"_ts3.4",
"lib",
"src"
]
}