forked from microsoft/botbuilder-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.34 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.34 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
{
"devDependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/polyfill": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"babel-loader": "^8.0.0-beta.0",
"chai": "^4.1.2",
"chalk": "^2.3.0",
"klaw": "^2.1.1",
"lerna": "^2.8.0",
"replace-in-file": "^3.1.1",
"mocha": "^5.0.0",
"mocha-chrome": "^1.0.3",
"typedoc": "^0.9.0",
"typedoc-plugin-external-module-name": "^1.0.10",
"typedoc-plugin-markdown": "^1.0.12",
"webpack": "^3.10.0"
},
"scripts": {
"test": "node test-runner/test-builder.js",
"test:botbuilder": "node test-runner/test-builder.js",
"test:botbuilder-ai": "node test-runner/test-builder.js",
"test:botbuilder-azure": "node test-runner/test-builder.js",
"test:botbuilder-choices": "node test-runner/test-builder.js",
"test:botbuilder-middleware": "node test-runner/test-builder.js",
"test:botbuilder-recognizers": "node test-runner/test-builder.js",
"test:botbuilder-services": "node test-runner/test-builder.js",
"test:botbuilder-storage": "node test-runner/test-builder.js",
"test:botbuilder-connector": "node test-runner/test-builder.js",
"test:botbuilder-connector-auth": "node test-runner/test-builder.js",
"test:botbuilder-luis": "node test-runner/test-builder.js"
},
"dependencies": {
"@types/lodash": "^4.14.99"
}
}