mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 02:32:35 -05:00
idea
This commit is contained in:
15
dataprotocol-node/package.json
Normal file
15
dataprotocol-node/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "dataprotocol-node",
|
||||
"version": "1.0.0",
|
||||
"description": "sqlops studio implementation of vscode-language-client",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {},
|
||||
"author": "Microsoft",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"vscode-languageclient": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^2.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user