-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "botbuilder-agent",
"version": "1.0.0",
"description": "",
"main": "dist/index",
"typings": "dist/index",
"scripts": {
"build": "tsc",
"bulld:watch": "tsc -w",
"build:dev": "tsc --p tsconfig.example.json",
"build:dev:watch": "tsc --p tsconfig.example.json -w",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/great-lakes/botbuilder-agent.git"
},
"keywords": [
"botbuilder",
"Microsoft Bot Framework"
],
"author": "",
"license": "MIT",
"devDependencies": {
"botbuilder": "^4.0.0-m1.10",
"botbuilder-node": "^4.0.0-m1.10",
"botbuilder-services": "^4.0.0-m1.10",
"restify": "^6.3.4",
"typescript": "^2.7.2"
},
"bugs": {
"url": "https://github.com/great-lakes/botbuilder-agent/issues"
},
"homepage": "https://github.com/great-lakes/botbuilder-agent#readme",
"dependencies": {
"@types/node-fetch": "^1.6.7",
"botbuilder-schema": "^4.0.0-m1.5",
"botframework-directlinejs": "^0.9.14",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"node-fetch": "^2.1.1",
"offline-directline": "^1.1.8"
}
}