UNPKG

1.4 kBJSONView Raw
1{
2 "name": "botkit",
3 "version": "4.10.0",
4 "description": "Building Blocks for Building Bots",
5 "main": "lib/index.js",
6 "typings": "./lib/index.d.ts",
7 "files": [
8 "/lib",
9 "/src"
10 ],
11 "scripts": {
12 "build": "tsc",
13 "eslint": "./node_modules/.bin/eslint --fix src/*",
14 "test": "tsc ; nyc mocha tests/*.tests.js"
15 },
16 "author": "benbrown@gmail.com",
17 "license": "MIT",
18 "keywords": [
19 "botkit",
20 "botbuilder",
21 "botframework",
22 "bots",
23 "chatbots"
24 ],
25 "homepage": "https://github.com/howdyai/botkit/blob/master/packages/botkit#readme",
26 "bugs": {
27 "url": "https://github.com/howdyai/botkit/issues"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/howdyai/botkit.git"
32 },
33 "dependencies": {
34 "body-parser": "^1.19.0",
35 "botbuilder": "^4.10.1",
36 "botbuilder-core": "^4.10.1",
37 "botbuilder-dialogs": "^4.10.1",
38 "botframework-connector": "^4.10.1",
39 "debug": "^4.1.0",
40 "express": "^4.17.1",
41 "mustache": "^4.0.1",
42 "path": "^0.12.7",
43 "ware": "^1.3.0"
44 },
45 "devDependencies": {
46 "@types/debug": "^4.1.5",
47 "@types/express": "^4.17.2",
48 "@types/node": "^10.17.5",
49 "eslint": "^7.7.0",
50 "eslint-config-standard": "^14.1.1",
51 "eslint-plugin-import": "^2.20.0",
52 "eslint-plugin-node": "^11.1.0",
53 "eslint-plugin-promise": "^4.2.1",
54 "eslint-plugin-standard": "^4.0.1"
55 }
56}