jsonrpc-ws-proxy/package.json
dependabot[bot] 823d798661
Bump ws from 6.2.1 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 01:03:19 +00:00

39 lines
1.0 KiB
JSON

{
"name": "jsonrpc-ws-proxy",
"version": "0.0.5",
"author": "Wylie Conlon <wylieconlon@gmail.com>",
"description": "Creates a web socket proxy for any number of language server processes",
"keywords": [
"jsonrpc",
"json-rpc",
"languageserver",
"websocket"
],
"homepage": "https://github.com/wylieconlon/jsonrpc-ws-proxy",
"repository": "github:wylieconlon/jsonrpc-ws-proxy",
"bin": "dist/server.js",
"main": "dist/server.js",
"scripts": {
"prepare": "npm run clean && npm run build",
"watch": "tsc -w",
"clean": "rimraf dist",
"build": "tsc"
},
"dependencies": {
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",
"js-yaml": "^3.13.1",
"minimist": "^1.2.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/node": "^10.14.8",
"@types/ws": "^6.0.1",
"javascript-typescript-langserver": "^2.11.3",
"rimraf": "^2.6.3",
"typescript": "^3.5.1",
"vscode-css-languageserver-bin": "^1.4.0",
"vscode-html-languageserver-bin": "^1.4.0"
},
"license": "ISC"
}