mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
501 B
JSON
25 lines
501 B
JSON
{
|
|
"name": "lsp-sample-client",
|
|
"description": "VSCode part of a language server",
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"version": "0.0.1",
|
|
"publisher": "vscode",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-extension-samples"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.26.0"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"vscode-languageclient": "^5.1.0-next.9",
|
|
"ws": "^6.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^6.0.0",
|
|
"vscode": "^1.1.34"
|
|
}
|
|
}
|