UNPKG

1.7 kBJSONView Raw
1{
2 "name": "botbuilder-azure",
3 "author": "Microsoft Corp.",
4 "description": "Azure extensions for Microsoft BotBuilder.",
5 "version": "4.14.1",
6 "license": "MIT",
7 "keywords": [
8 "botbuilder",
9 "botframework",
10 "bots",
11 "chatbots",
12 "azure"
13 ],
14 "bugs": {
15 "url": "https://github.com/Microsoft/botbuilder-js/issues"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/Microsoft/botbuilder-js.git"
20 },
21 "main": "./lib/index.js",
22 "types": "./lib/index.d.ts",
23 "typesVersions": {
24 "<3.9": {
25 "*": [
26 "_ts3.4/*"
27 ]
28 }
29 },
30 "dependencies": {
31 "@azure/cosmos": "^3.3.1",
32 "@types/documentdb": "^1.10.5",
33 "azure-storage": "2.10.2",
34 "botbuilder": "4.14.1",
35 "documentdb": "1.14.5",
36 "semaphore": "^1.1.0"
37 },
38 "devDependencies": {
39 "@types/semaphore": "^1.1.0",
40 "fs-extra": "^7.0.1",
41 "node-fetch": "^2.6.1",
42 "nock": "^11.9.1"
43 },
44 "scripts": {
45 "build": "tsc -b",
46 "build-docs": "typedoc --theme markdown --entryPoint botbuilder-azure --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-azure .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Azure\" --readme none",
47 "build:rollup": "yarn clean && yarn build && api-extractor run --verbose --local",
48 "clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo",
49 "depcheck": "depcheck --config ../../.depcheckrc",
50 "lint": "eslint . --ext .js,.ts",
51 "postbuild": "downlevel-dts lib _ts3.4/lib --checksum",
52 "test": "yarn build && nyc mocha tests/",
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