diff --git a/package.json b/package.json index 2092c26ba..1d6226c62 100644 --- a/package.json +++ b/package.json @@ -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",