docsui-cli 0.0.59 → 0.0.60

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docsui-cli",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "description": "Transform LLM Markdown into rich, interactive UI components. Token-efficient bridge between any LLM and React — 50+ copy-paste MDX components, CLI, MCP server, and a remark plugin.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -10,12 +10,12 @@
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/suryaravikumar-space/mdx-ui.git",
13
+ "url": "https://github.com/suryaravikumar-space/docsui.git",
14
14
  "directory": "packages/cli"
15
15
  },
16
- "homepage": "https://github.com/suryaravikumar-space/mdx-ui#readme",
16
+ "homepage": "https://github.com/suryaravikumar-space/docsui#readme",
17
17
  "bugs": {
18
- "url": "https://github.com/suryaravikumar-space/mdx-ui/issues"
18
+ "url": "https://github.com/suryaravikumar-space/docsui/issues"
19
19
  },
20
20
  "keywords": [
21
21
  "mdx",
@@ -59,15 +59,6 @@
59
59
  "files": [
60
60
  "dist"
61
61
  ],
62
- "scripts": {
63
- "dev": "tsup --watch",
64
- "build": "tsup && node scripts/build-webview-bundle.mjs",
65
- "test": "vitest run",
66
- "test:coverage": "vitest run --coverage",
67
- "lint": "eslint --config ../../eslint.config.js --max-warnings=0 src/",
68
- "typecheck": "tsc --noEmit",
69
- "clean": "rm -rf dist"
70
- },
71
62
  "dependencies": {
72
63
  "@modelcontextprotocol/sdk": "^1.29.0",
73
64
  "@types/glob": "^9.0.0",
@@ -90,5 +81,14 @@
90
81
  "tsup": "^8.0.2",
91
82
  "typescript": "^6.0.3",
92
83
  "vitest": "^4.1.7"
84
+ },
85
+ "scripts": {
86
+ "dev": "tsup --watch",
87
+ "build": "tsup && node scripts/build-webview-bundle.mjs",
88
+ "test": "vitest run",
89
+ "test:coverage": "vitest run --coverage",
90
+ "lint": "eslint --config ../../eslint.config.js --max-warnings=0 src/",
91
+ "typecheck": "tsc --noEmit",
92
+ "clean": "rm -rf dist"
93
93
  }
94
- }
94
+ }