UNPKG

botbuilder-ai-luis

Version:

Luis component for Microsoft BotBuilder Adaptive Dialogs runtime

47 lines 1.05 kB
{ "name": "botbuilder-ai-luis", "preview": true, "author": "Microsoft Corp.", "version": "4.23.3-preview", "license": "MIT", "description": "Luis component for Microsoft BotBuilder Adaptive Dialogs runtime", "keywords": [ "botbuilder", "botframework", "bots", "chatbots", "msbot-component", "msbot-recognizer" ], "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-ai": "4.23.3" }, "scripts": { "build": "tsc -b", "clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo", "depcheck": "depcheck --config ../../.depcheckrc", "lint": "eslint . --config ../../eslint.config.cjs", "postbuild": "downlevel-dts lib _ts3.4/lib --checksum" }, "files": [ "_ts3.4", "lib", "src" ] }