@likec4/language-server 1.46.2 → 1.46.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/package.json DELETED
@@ -1,159 +0,0 @@
1
- {
2
- "name": "@likec4/language-server",
3
- "description": "LikeC4 Language Server",
4
- "version": "1.45.0",
5
- "license": "MIT",
6
- "bugs": "https://github.com/likec4/likec4/issues",
7
- "homepage": "https://likec4.dev",
8
- "author": "Denis Davydkov <denis@davydkov.com>",
9
- "files": [
10
- "bin",
11
- "dist",
12
- "**/package.json",
13
- "!**/__mocks__/",
14
- "!**/__tests__/",
15
- "!**/*.spec.*",
16
- "!**/*.map"
17
- ],
18
- "repository": {
19
- "type": "git",
20
- "url": "git+https://github.com/likec4/likec4.git",
21
- "directory": "packages/language-server"
22
- },
23
- "engines": {
24
- "node": "^20.19.0 || >=22.18.0"
25
- },
26
- "engineStrict": true,
27
- "type": "module",
28
- "sideEffects": false,
29
- "bin": {
30
- "likec4-language-server": "./bin/likec4-language-server.mjs"
31
- },
32
- "exports": {
33
- ".": {
34
- "sources": "./src/index.ts",
35
- "default": {
36
- "types": "./dist/index.d.ts",
37
- "default": "./dist/index.js"
38
- }
39
- },
40
- "./likec4lib": {
41
- "sources": "./src/likec4lib.ts",
42
- "default": {
43
- "types": "./dist/likec4lib.d.ts",
44
- "import": "./dist/likec4lib.js",
45
- "default": "./dist/likec4lib.js"
46
- }
47
- },
48
- "./browser-worker": {
49
- "sources": "./src/browser-worker.ts",
50
- "default": {
51
- "types": "./dist/browser-worker.d.ts",
52
- "import": "./dist/browser-worker.js",
53
- "default": "./dist/browser-worker.js"
54
- }
55
- },
56
- "./browser": {
57
- "sources": "./src/browser.ts",
58
- "default": {
59
- "types": "./dist/browser.d.ts",
60
- "import": "./dist/browser.js",
61
- "default": "./dist/browser.js"
62
- }
63
- },
64
- "./protocol": {
65
- "sources": "./src/protocol.ts",
66
- "default": {
67
- "types": "./dist/protocol.d.ts",
68
- "import": "./dist/protocol.js",
69
- "default": "./dist/protocol.js"
70
- }
71
- },
72
- "./bundled": "./dist/bundled.mjs"
73
- },
74
- "publishConfig": {
75
- "registry": "https://registry.npmjs.org",
76
- "access": "public",
77
- "types": "dist/index.d.ts",
78
- "module": "dist/index.js"
79
- },
80
- "scripts": {
81
- "typecheck": "tsc -b --verbose",
82
- "build": "unbuild",
83
- "prepack": "likec4ops prepack",
84
- "pack": "pnpm pack",
85
- "postpack": "cp likec4-language-server-$npm_package_version.tgz package.tgz || true",
86
- "pregenerate": "rm -f src/generated/* || true",
87
- "watch:langium": "langium generate --watch",
88
- "watch:ts": "tsc --watch",
89
- "generate": "langium generate && tsx scripts/generate-icons.ts",
90
- "dev": "run-p \"watch:*\"",
91
- "lint": "oxlint --type-aware",
92
- "lint:fix": "oxlint --type-aware --fix",
93
- "lint:package": "pnpx publint ./package.tgz",
94
- "clean": "likec4ops clean contrib src/generated src/generated-lib",
95
- "test": "vitest run --no-isolate",
96
- "test-dbg": "vitest run --no-isolate -t formating",
97
- "vitest:ui": "vitest --no-isolate --ui",
98
- "test:watch": "vitest"
99
- },
100
- "dependencies": {
101
- "@hpcc-js/wasm-graphviz": "catalog:utils",
102
- "bundle-require": "catalog:utils",
103
- "esbuild": "catalog:esbuild"
104
- },
105
- "devDependencies": {
106
- "@hono/node-server": "catalog:hono",
107
- "@likec4/config": "workspace:*",
108
- "@likec4/core": "workspace:*",
109
- "@likec4/devops": "workspace:*",
110
- "@likec4/icons": "workspace:*",
111
- "@likec4/layouts": "workspace:*",
112
- "@likec4/log": "workspace:*",
113
- "@likec4/tsconfig": "workspace:*",
114
- "@modelcontextprotocol/sdk": "catalog:mcp",
115
- "@msgpack/msgpack": "^3.1.2",
116
- "@smithy/util-base64": "^4.3.0",
117
- "@types/natural-compare-lite": "catalog:utils",
118
- "@types/node": "catalog:",
119
- "@types/picomatch": "catalog:utils",
120
- "@types/vscode": "catalog:vscode",
121
- "@types/which": "^3.0.4",
122
- "chokidar": "catalog:utils",
123
- "defu": "catalog:utils",
124
- "esm-env": "catalog:utils",
125
- "fast-equals": "catalog:utils",
126
- "fdir": "catalog:utils",
127
- "fetch-to-node": "^2.1.0",
128
- "hono": "catalog:hono",
129
- "immer": "catalog:utils",
130
- "indent-string": "^5.0.0",
131
- "json5": "catalog:utils",
132
- "langium": "catalog:langium",
133
- "langium-cli": "catalog:langium",
134
- "nano-spawn": "catalog:utils",
135
- "natural-compare-lite": "catalog:utils",
136
- "oxlint": "catalog:",
137
- "p-debounce": "catalog:utils",
138
- "p-queue": "catalog:utils",
139
- "p-timeout": "catalog:utils",
140
- "picomatch": "catalog:utils",
141
- "pretty-ms": "^9.2.0",
142
- "remeda": "catalog:utils",
143
- "strip-indent": "catalog:utils",
144
- "tsx": "catalog:",
145
- "turbo": "catalog:",
146
- "type-fest": "catalog:utils",
147
- "typescript": "catalog:",
148
- "ufo": "catalog:utils",
149
- "unbuild": "catalog:",
150
- "vitest": "catalog:vitest",
151
- "vscode-jsonrpc": "catalog:vscode",
152
- "vscode-languageserver": "catalog:vscode",
153
- "vscode-languageserver-protocol": "catalog:vscode",
154
- "vscode-languageserver-types": "catalog:vscode",
155
- "vscode-uri": "catalog:vscode",
156
- "which": "^5.0.0",
157
- "zod": "catalog:utils"
158
- }
159
- }