UNPKG

botbuilder-core

Version:

Core components for Microsoft Bot Builder. Components in this library can run either in a browser or on the server.

59 lines 1.9 kB
{ "name": "botbuilder-core", "author": "Microsoft Corp.", "description": "Core components for Microsoft Bot Builder. Components in this library can run either in a browser or on the server.", "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": { "botbuilder-dialogs-adaptive-runtime-core": "4.17.0-blobs1.preview", "botbuilder-stdlib": "4.17.0-blobs1.internal", "botframework-connector": "4.17.0-blobs1", "botframework-schema": "4.17.0-blobs1", "uuid": "^8.3.2", "zod": "~1.11.17" }, "devDependencies": { "chatdown": "^1.2.4", "request": "^2.88.2", "unzipper": "^0.10.9" }, "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" }, "files": [ "_ts3.4", "lib", "src" ] }