mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
34 lines
721 B
JSON
34 lines
721 B
JSON
{
|
|
"name": "liveshare",
|
|
"version": "0.1.0",
|
|
"publisher": "Microsoft",
|
|
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
|
|
"activationEvents": [
|
|
"*"
|
|
],
|
|
"engines": {
|
|
"vscode": "*"
|
|
},
|
|
"main": "./out/main",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
|
},
|
|
"extensionDependencies": [
|
|
"vscode.sql"
|
|
],
|
|
"scripts": {
|
|
"compile": "gulp compile-extension:liveshare"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.11.7",
|
|
"ts-loader": "^5.3.3",
|
|
"tslint": "^5.12.1",
|
|
"typescript": "^3.3.1"
|
|
},
|
|
"dependencies": {
|
|
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.3.0",
|
|
"vsls": "^0.3.1291"
|
|
}
|
|
}
|