mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 17:23:51 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
32
dataprotocol-node/client/package.json
Normal file
32
dataprotocol-node/client/package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "dataprotocol-client",
|
||||
"description": "VSCode Language client implementation",
|
||||
"version": "2.6.3",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"vscode": "^1.5.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/vscode-languageserver-node.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
|
||||
},
|
||||
"main": "./lib/main.js",
|
||||
"typings": "./lib/main",
|
||||
"devDependencies": {
|
||||
"typescript": "2.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"dataprotocol-jsonrpc": "file:../jsonrpc",
|
||||
"dataprotocol-languageserver-types": "file:../types"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "tsc -p ./src",
|
||||
"compile": "tsc -p ./src",
|
||||
"watch": "tsc -w -p ./src",
|
||||
"update-vscode": "node ./node_modules/vscode/bin/install"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user