diff options
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 75d4ba1..87f56c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,6 +32,7 @@ "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-filter-rule-ja-named-entities": "^1.0.3", + "textlint-lsp": "^0.1.1", "textlint-plugin-mdx": "^1.0.1", "textlint-rule-ja-no-abusage": "^3.0.0", "textlint-rule-ja-no-redundant-expression": "^4.0.1", @@ -14911,6 +14912,22 @@ "dev": true, "license": "CC-BY-SA-3.0" }, + "node_modules/textlint-lsp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/textlint-lsp/-/textlint-lsp-0.1.1.tgz", + "integrity": "sha512-Pplr4nj7CryswEXJ3fV+Ns7egVuELSNQzqiicdhKdQAY+pRCXXQvpbqAUTL6rQbXCSCEYs6DHuh4cZXqjP/ayg==", + "dev": true, + "license": "MIT", + "bin": { + "textlint-lsp": "bin/textlint-lsp" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "textlint": ">=13.0.0" + } + }, "node_modules/textlint-plugin-mdx": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/textlint-plugin-mdx/-/textlint-plugin-mdx-1.0.1.tgz", |
