mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 17:52:34 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
29
dataprotocol-node/jsonrpc/package.json
Normal file
29
dataprotocol-node/jsonrpc/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "dataprotocol-jsonrpc",
|
||||
"description": "A json rpc implementation over streams",
|
||||
"version": "2.4.0",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/vscode-languageserver-node.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0 || >=6.0.0"
|
||||
},
|
||||
"main": "./lib/main.js",
|
||||
"typings": "./lib/main",
|
||||
"devDependencies": {
|
||||
"mocha": "^3.0.2",
|
||||
"typescript": "2.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "tsc -p ./src",
|
||||
"compile": "tsc -p ./src",
|
||||
"watch": "tsc -w -p ./src",
|
||||
"test": "mocha"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user