mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|