forked from microsoft/botframework-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 758 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 758 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
28
29
30
31
32
33
34
{
"name": "@microsoft/botframework-components",
"private": true,
"workspaces": [
"generators/*",
"packages/*",
"packages/**/js",
"skills/declarative/*",
"tests/**/js",
"!tests/functional"
],
"scripts": {
"lint": "yarn workspaces foreach run lint"
},
"resolutions": {
"adal-node": "0.2.4",
"axios": "1.2.1",
"async@2": "^2.6.4",
"async@3": "^3.2.4",
"cross-fetch": "3.1.5",
"ejs": "3.1.8",
"glob-parent": "5.1.2",
"node-fetch": "2.6.7",
"tar": "6.1.13",
"@azure/identity": "3.1.2",
"@azure/ms-rest-js": "2.6.4",
"@xmldom/xmldom": "0.8.6",
"json-schema": "^0.4.0",
"moment": "^2.29.4",
"minimist": "^1.2.7",
"qs": "^6.5.3",
"shelljs": "^0.8.5"
}
}