UNPKG

botbuilder

Version:

Bot Builder is a framework for building rich bots on virtually any platform.

71 lines 2.1 kB
{ "name": "botbuilder", "author": "Microsoft Corp.", "description": "Bot Builder is a framework for building rich bots on virtually any platform.", "version": "4.17.0-blobs1", "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/ms-rest-js": "1.9.1", "axios": "^0.25.0", "botbuilder-core": "4.17.0-blobs1", "botbuilder-stdlib": "4.17.0-blobs1.internal", "botframework-connector": "4.17.0-blobs1", "botframework-streaming": "4.17.0-blobs1", "dayjs": "^1.10.3", "filenamify": "^4.1.0", "fs-extra": "^7.0.1", "htmlparser2": "^6.0.1", "uuid": "^8.3.2", "zod": "~1.11.17" }, "devDependencies": { "chai": "^4.2.0", "lodash": "^4.17.20", "nock": "^11.9.1", "node-mocks-http": "^1.10.1" }, "scripts": { "build": "tsc -b", "build-docs": "typedoc --theme markdown --entryPoint botbuilder --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder .\\lib\\index.d.ts ..\\botbuilder-core\\lib\\index.d.ts ..\\botframework-schema\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK\" --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": "npm-run-all build test:mocha", "test:compat": "api-extractor run --verbose", "test:mocha": "nyc mocha tests" }, "mocha": { "checkLeaks": true, "exit": true, "recursive": true }, "files": [ "_ts3.4", "lib", "src" ] }