chore: include runtime markdown dependency

This commit is contained in:
Peter Steinberger
2026-01-08 09:25:11 +01:00
parent e24b915820
commit 615991a5da

View File

@@ -41,7 +41,14 @@
"README.md",
"README-header.png",
"CHANGELOG.md",
"LICENSE"
"LICENSE",
"scripts/postinstall.js",
"dist/terminal/**",
"dist/routing/**",
"dist/utils/**",
"dist/logging/**",
"dist/markdown/**",
"dist/pairing/**"
],
"scripts": {
"dev": "tsx src/entry.ts",
@@ -113,6 +120,7 @@
"grammy": "^1.39.2",
"json5": "^2.2.3",
"long": "5.3.2",
"markdown-it": "^14.1.0",
"osc-progress": "^0.2.0",
"playwright-core": "1.57.0",
"proper-lockfile": "^4.1.2",
@@ -141,7 +149,6 @@
"jszip": "^3.10.1",
"lit": "^3.3.2",
"lucide": "^0.562.0",
"markdown-it": "^14.1.0",
"ollama": "^0.6.3",
"oxlint": "^1.38.0",
"oxlint-tsgolint": "^0.10.1",