botkit
Version:
Building Blocks for Building Bots
58 lines (57 loc) • 1.43 kB
JSON
{
"name": "botkit",
"version": "4.15.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",
"pack": "npm pack"
},
"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.19.0",
"botbuilder": "^4.15.0",
"botbuilder-core": "^4.15.0",
"botbuilder-dialogs": "^4.15.0",
"botframework-connector": "^4.15.0",
"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": "^10.17.5",
"eslint": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-standard": "^4.0.1"
}
}