-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.64 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "cortana-intelligence-call-center-solution",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"test": "jasmine",
"ngrok": "ngrok start --config ./ngrok.yml --all",
"start": "tsc && node ./dist",
"start:debug": "tsc && node --inspect ./dist",
"start:watch": "nodemon ./dist"
},
"keywords": [],
"author": "chstone@microsoft.com",
"license": "MIT",
"repository": {
"url": "https://github.com/Azure/cortana-intelligence-call-center-solution",
"type": "git"
},
"devDependencies": {
"@types/async": "^2.0.47",
"@types/documentdb": "^1.10.4",
"@types/express": "^4.11.0",
"@types/lodash": "^4.14.96",
"@types/nock": "^8.2.1",
"@types/node": "^7.0.52",
"@types/request": "0.0.42",
"@types/tedious": "^1.8.29",
"@types/winston": "^2.3.0",
"jasmine": "^2.9.0",
"nock": "^9.1.6",
"nodemon": "^1.14.11",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
},
"dependencies": {
"async": "^2.6.0",
"azure-search-client": "^1.1.12",
"azure-storage": "^2.7.0",
"botbuilder": "^3.14.0",
"botbuilder-calling": "https://chstone.blob.core.windows.net/public/botbuilder-calling-3.0.2-0.tgz",
"botbuilder-calling-speech": "^1.0.21",
"botbuilder-calling-test": "^1.0.8",
"botbuilder-logging": "^1.1.3",
"botbuilder-storage-documentdb": "^1.3.8",
"cognitive-luis-client": "^2.0.11",
"cognitive-speech-client": "^1.1.7",
"documentdb": "^1.14.2",
"express": "^4.15.2",
"lodash": "^4.17.4",
"ngrok": "^3.0.1",
"request": "^2.81.0",
"tedious": "^2.2.4"
}
}