UNPKG

1.51 kBJSONView Raw
1{
2 "name": "botbuilder",
3 "author": "Microsoft Corp.",
4 "description": "Bot Builder is a framework for building rich bots on virtually any platform.",
5 "version": "4.6.1",
6 "license": "MIT",
7 "keywords": [
8 "botbuilder",
9 "botframework",
10 "bots",
11 "chatbots"
12 ],
13 "bugs": {
14 "url": "https://github.com/Microsoft/botbuilder-js/issues"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/Microsoft/botbuilder-js.git"
19 },
20 "main": "./lib/index.js",
21 "typings": "./lib/index.d.ts",
22 "dependencies": {
23 "@types/node": "^10.12.18",
24 "botbuilder-core": "^4.6.1",
25 "botframework-connector": "^4.6.1",
26 "filenamify": "^4.1.0",
27 "fs-extra": "^7.0.1"
28 },
29 "devDependencies": {
30 "@types/mocha": "^2.2.47",
31 "assert": "^1.4.1",
32 "chatdown": "^1.0.2",
33 "mocha": "^5.2.0",
34 "nock": "^10.0.3",
35 "nyc": "^11.4.1",
36 "source-map-support": "^0.5.3",
37 "ts-node": "^4.1.0",
38 "uuid": "^3.3.2"
39 },
40 "scripts": {
41 "test": "tsc && nyc mocha tests/",
42 "build": "tsc",
43 "build-docs": "typedoc --theme markdown --entryPoint botbuilder --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder .\\lib\\index.d.ts ..\\botbuilder-core\\lib\\index.d.ts ..\\botframework-schema\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK\" --readme none",
44 "clean": "erase /q /s .\\lib",
45 "set-version": "npm version --allow-same-version 4.6.1"
46 },
47 "files": [
48 "/lib",
49 "/src"
50 ]
51}