Files
azuredatastudio/extensions/machine-learning-services/package.json
Leila Lali 0a6dc2720d Machine Learning Services extension with package management feature (#8622)
* Machine Learning Services extension with package management feature
2019-12-17 09:55:42 -08:00

55 lines
1.3 KiB
JSON

{
"name": "machineLearningServices",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"publisher": "Microsoft",
"preview": true,
"engines": {
"vscode": "^1.25.0",
"azdata": ">=1.13.0"
},
"activationEvents": [
"onCommand:ml.command.managePackages"
],
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
"icon": "images/ML_ExtensionIcon.png",
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
"main": "./out/main",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"extensionDependencies": [
"Microsoft.mssql",
"Microsoft.notebook"
],
"contributes": {
"commands": [
{
"command": "ml.command.managePackages",
"title": "%ml.command.managePackages%"
}
]
},
"dependencies": {
"vscode-nls": "^4.0.0"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.14.8",
"@types/uuid": "^3.4.5",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1",
"typemoq": "^2.1.0",
"vscode": "1.1.26"
},
"__metadata": {
"id": "56",
"publisherDisplayName": "Microsoft",
"publisherId": "Microsoft"
}
}