forked from microsoft/botbuilder-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlerna.json
34 lines (34 loc) · 1.01 KB
/
lerna.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
{
"lerna": "3.2.1",
"packages": [
"libraries/botbuilder",
"libraries/botbuilder-ai",
"libraries/botbuilder-applicationinsights",
"libraries/botbuilder-azure",
"libraries/botbuilder-core",
"libraries/botbuilder-dialogs",
"libraries/botbuilder-dialogs-adaptive",
"libraries/botbuilder-dialogs-adaptive-tests",
"libraries/botbuilder-dialogs-declarative",
"libraries/botbuilder-testing",
"libraries/botbuilder-lg",
"libraries/adaptive-expressions",
"libraries/botframework-config",
"libraries/botframework-connector",
"libraries/botframework-schema",
"libraries/functional-tests",
"libraries/functional-tests/dialogToDialog/dialogRootBot",
"libraries/functional-tests/dialogToDialog/dialogSkillBot",
"libraries/testbot",
"libraries/botframework-streaming",
"libraries/testskills/skillparent",
"libraries/testskills/skillchild",
"transcripts"
],
"version": "independent",
"command": {
"bootstrap": {
"hoist": true
}
}
}