UNPKG

2.06 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.15.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.2",
32 "botbuilder-core": "4.15.0",
33 "botbuilder-stdlib": "4.15.0-internal",
34 "botframework-connector": "4.15.0",
35 "botframework-streaming": "4.15.0",
36 "dayjs": "^1.10.3",
37 "filenamify": "^4.1.0",
38 "fs-extra": "^7.0.1",
39 "htmlparser2": "^6.0.1",
40 "uuid": "^8.3.2",
41 "zod": "~1.11.17"
42 },
43 "devDependencies": {
44 "chai": "^4.2.0",
45 "lodash": "^4.17.20",
46 "nock": "^11.9.1",
47 "node-mocks-http": "^1.10.1"
48 },
49 "scripts": {
50 "build": "tsc -b",
51 "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",
52 "build:rollup": "yarn clean && yarn build && api-extractor run --verbose --local",
53 "clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo",
54 "depcheck": "depcheck --config ../../.depcheckrc",
55 "lint": "eslint . --ext .js,.ts",
56 "postbuild": "downlevel-dts lib _ts3.4/lib --checksum",
57 "test": "npm-run-all build test:mocha",
58 "test:compat": "api-extractor run --verbose",
59 "test:mocha": "nyc mocha tests"
60 },
61 "mocha": {
62 "checkLeaks": true,
63 "exit": true,
64 "recursive": true
65 },
66 "files": [
67 "_ts3.4",
68 "lib",
69 "src"
70 ]
71}
\No newline at end of file