-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 824 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@hydrooj/language-server",
"version": "0.0.2",
"main": "package.json",
"repository": "git@github.com:hydro-dev/language-server.git",
"author": "undefined <masnn0@outlook.com>",
"license": "AGPL-3.0-only",
"bin": "bin/hydro-language-server",
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.3.1",
"@types/sockjs": "^0.3.36",
"monaco-editor": "^0.52.2"
},
"dependencies": {
"@codingame/monaco-jsonrpc": "0.3.1",
"@codingame/monaco-languageclient": "0.17.4",
"@hydrooj/utils": "^1.4.34-beta.3",
"esbuild-plugin-alias": "^0.2.1",
"js-yaml": "^4.1.0",
"sockjs": "^0.3.24",
"vscode-languageserver": "7.0.0"
},
"peerDependencies": {
"monaco-editor": ">=0.45.0"
},
"resolutions": {
"vscode-languageserver": "7.0.0"
}
}