forked from microsoft/botbuilder-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlerna.json
More file actions
27 lines (27 loc) · 687 Bytes
/
lerna.json
File metadata and controls
27 lines (27 loc) · 687 Bytes
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
{
"lerna": "3.2.1",
"packages": [
"libraries/botbuilder",
"libraries/botbuilder-ai",
"libraries/botbuilder-applicationinsights",
"libraries/botbuilder-azure",
"libraries/botbuilder-core",
"libraries/botbuilder-dialogs",
"libraries/botbuilder-testing",
"libraries/botbuilder-lg",
"libraries/botframework-expressions",
"libraries/botframework-config",
"libraries/botframework-connector",
"libraries/botframework-schema",
"libraries/functional-tests",
"libraries/testbot",
"libraries/botframework-streaming",
"transcripts"
],
"version": "independent",
"command": {
"bootstrap": {
"hoist": true
}
}
}