UNPKG

botkit

Version:
57 lines (56 loc) 1.38 kB
{ "name": "botkit", "version": "4.6.0", "description": "Building Blocks for Building Bots", "main": "lib/index.js", "typings": "./lib/index.d.ts", "files": [ "/lib", "/src" ], "scripts": { "build": "tsc", "eslint": "./node_modules/.bin/eslint --fix src/*", "test": "tsc ; nyc mocha tests/*.tests.js" }, "author": "benbrown@gmail.com", "license": "MIT", "keywords": [ "botkit", "botbuilder", "botframework", "bots", "chatbots" ], "homepage": "https://github.com/howdyai/botkit/blob/master/packages/botkit#readme", "bugs": { "url": "https://github.com/howdyai/botkit/issues" }, "repository": { "type": "git", "url": "https://github.com/howdyai/botkit.git" }, "dependencies": { "body-parser": "^1.18.3", "botbuilder": "^4.6.0", "botbuilder-dialogs": "^4.6.0", "botframework-connector": "^4.6.0", "debug": "^4.1.0", "express": "^4.16.4", "mustache": "^3.0.1", "hbs": "^4.0.1", "path": "^0.12.7", "request": "^2.88.0", "ware": "^1.3.0" }, "devDependencies": { "@types/express": "^4.16.0", "@types/node": "^10.12.18", "eslint": "^6.6.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0" } }