UNPKG

1.79 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.12.0",
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 "types": "./lib/index.d.ts",
22 "typesVersions": {
23 "<3.9": {
24 "*": [
25 "_ts3.4/*"
26 ]
27 }
28 },
29 "dependencies": {
30 "@azure/ms-rest-js": "1.9.1",
31 "axios": "^0.21.1",
32 "botbuilder-core": "4.12.0",
33 "botframework-connector": "4.12.0",
34 "botframework-streaming": "4.12.0",
35 "filenamify": "^4.1.0",
36 "fs-extra": "^7.0.1",
37 "dayjs": "^1.10.3",
38 "uuid": "^8.3.2"
39 },
40 "devDependencies": {
41 "assert": "^1.4.1",
42 "chatdown": "^1.0.2",
43 "nock": "^11.9.1"
44 },
45 "scripts": {
46 "build": "tsc -b",
47 "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",
48 "build:rollup": "yarn clean && yarn build && api-extractor run --verbose --local",
49 "clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo",
50 "lint": "eslint . --ext .js,.ts",
51 "postbuild": "downlevel-dts lib _ts3.4/lib --checksum",
52 "test": "yarn build && nyc mocha --recursive \"tests/**/*.test.js\"",
53 "test:compat": "api-extractor run --verbose"
54 },
55 "files": [
56 "_ts3.4",
57 "lib",
58 "src"
59 ]
60}
\No newline at end of file