Skip to content

Commit 7ed35e1

Browse files
ildunariclaude
andcommitted
Update package.json with proper npm metadata
- Added author, homepage, bugs, and repository fields - Updated keywords to reflect markdown editing focus - Ready for npm publication 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c8cbe01 commit 7ed35e1

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
"version": "0.1.0",
44
"description": "MCP server for markdown editing and management",
55
"license": "MIT",
6-
"author": "",
7-
"homepage": "",
8-
"bugs": "",
6+
"author": "ildunari",
7+
"homepage": "https://github.com/ildunari/markdown-editor-mcp#readme",
8+
"bugs": "https://github.com/ildunari/markdown-editor-mcp/issues",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/ildunari/markdown-editor-mcp.git"
12+
},
913
"type": "module",
1014
"engines": {
1115
"node": ">=18.0.0"
@@ -48,20 +52,17 @@
4852
"keywords": [
4953
"mcp",
5054
"model-context-protocol",
51-
"terminal",
55+
"markdown",
56+
"markdown-editor",
5257
"claude",
5358
"ai",
54-
"command-line",
55-
"process-management",
5659
"file-editing",
57-
"code-editing",
58-
"diff",
59-
"patch",
60-
"block-editing",
60+
"text-editor",
61+
"markdown-preview",
62+
"markdown-syntax",
6163
"file-system",
6264
"text-manipulation",
63-
"code-modification",
64-
"surgical-edits",
65+
"document-editing",
6566
"file-operations"
6667
],
6768
"dependencies": {

0 commit comments

Comments
 (0)