-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
55 lines (55 loc) · 1.58 KB
/
package.json
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
{
"name": "shtg-call-center",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"build": "tsc",
"jasmine": "jasmine",
"test": "jasmine",
"ngrok": "ngrok http -subdomain=chstone-aw-bot-dev 3001",
"start": "tsc && node ./dist/index.js",
"watch": "nodemon -i dist -e ts --exec \"npm start\" "
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"repository": {
"url": "https://github.com/Azure/cortana-intelligence-call-center-solution",
"type": "git"
},
"devDependencies": {
"@types/async": "^2.0.40",
"@types/documentdb": "^1.10.1",
"@types/express": "^4.0.35",
"@types/lodash": "^4.14.58",
"@types/nock": "^8.2.1",
"@types/node": "^7.0.10",
"@types/request": "0.0.42",
"@types/tedious": "^1.8.29",
"@types/winston": "^2.3.0",
"jasmine": "^2.5.3",
"nock": "^9.0.11",
"nodemon": "^1.11.0",
"typescript": "^2.2.2"
},
"dependencies": {
"async": "^2.3.0",
"azure-search-client": "^1.1.8",
"azure-storage": "^2.1.0",
"botbuilder": "^3.8.3",
"botbuilder-calling": "https://chstone.blob.core.windows.net/public/botbuilder-calling-3.0.2-0.tgz",
"botbuilder-calling-speech": "^1.0.20",
"botbuilder-calling-test": "^1.0.8",
"botbuilder-logging": "^1.1.3",
"botbuilder-storage-documentdb": "^1.3.8",
"cognitive-luis-client": "^1.0.21",
"cognitive-speech-client": "^1.1.7",
"documentdb": "^1.11.0",
"express": "^4.15.2",
"lodash": "^4.17.4",
"request": "^2.81.0",
"tedious": "^2.0.0"
}
}