UNPKG

@wearekadence/botkit

Version:
63 lines (62 loc) 1.56 kB
{ "name": "@wearekadence/botkit", "version": "4.17.3-alpha.0", "description": "Building Blocks for Building Bots", "main": "lib/index.js", "typings": "./lib/index.d.ts", "files": [ "/lib", "/src" ], "scripts": { "build": "tsc", "eslint": "eslint --fix src/*", "test": "tsc ; nyc mocha tests/*.tests.js", "pack": "npm pack" }, "author": "benbrown@gmail.com", "license": "MIT", "keywords": [ "botkit", "botbuilder", "botframework", "bots", "chatbots" ], "homepage": "https://github.com/howdyai/botkit/blob/master/packages/wearekadence/botkit#readme", "bugs": { "url": "https://github.com/howdyai/botkit/issues" }, "repository": { "type": "git", "url": "git+https://github.com/howdyai/botkit.git" }, "dependencies": { "body-parser": "^1.19.0", "botbuilder": "^4.23.3", "botbuilder-core": "^4.23.3", "botbuilder-dialogs": "^4.23.3", "botframework-connector": "^4.23.3", "debug": "^4.1.0", "express": "^4.17.1", "mustache": "^4.0.1", "path": "^0.12.7", "ware": "^1.3.0" }, "devDependencies": { "@types/debug": "^4.1.5", "@types/express": "^4.17.2", "@types/node": "^20.11.20", "eslint": "^8.34.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-standard": "^5.0.0" }, "directories": { "lib": "lib", "test": "tests" }, "gitHead": "a07b903f9e0ed6089c6b24a505be2d81857c73be" }