botframework-components/package.json

35 строки
758 B
JSON

{
"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"
}
}