-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 842 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 842 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
31
32
33
34
{
"name": "@hyperjump/json-langauge-server",
"version": "0.1.0",
"description": "A language server for JSON supporting all major versions of JSON Schema",
"keywords": [
"Hyperjump",
"JSON Schema",
"JSON",
"lsp",
"langauge server",
"vscode",
"extension"
],
"license": "MIT",
"contributors": [
"Jason Desrosiers <jdesrosi@gmail.com>",
"Diya Srivastava <diyasrivastava@gmail.com>",
"Matthew Adams <mwa.endjin@gmail.com>"
],
"repository": "github:hyperjump-io/json-language-server",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/hyperjump-io"
},
"type": "module",
"devDependencies": {
"@stylistic/eslint-plugin": "*",
"@types/node": "^25.9.1",
"oxlint": "*",
"oxlint-tsgolint": "*",
"typescript": "^6.0.3",
"vitest": "*"
}
}