Skip to content

Commit e5f3363

Browse files
authored
Merge pull request #47 from eddiesanjuan/chore/npm-optimization
chore(npm): optimize package.json for npm discoverability
2 parents 3f90e85 + 561efac commit e5f3363

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

package.json

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "markupr",
33
"version": "2.5.0",
4-
"description": "AI-ready developer feedback capture tool with voice narration and intelligent screenshots",
4+
"description": "Record your screen, narrate feedback, get structured Markdown with screenshots. Desktop app, CLI, and MCP server for AI coding agents like Claude Code, Cursor, and Windsurf.",
55
"type": "module",
66
"main": "dist/main/index.mjs",
77
"bin": {
@@ -24,27 +24,36 @@
2424
},
2525
"mcpName": "io.github.eddiesanjuan/markupr",
2626
"keywords": [
27-
"markupr",
28-
"feedback",
29-
"voice",
30-
"transcription",
31-
"screenshot",
32-
"electron",
33-
"ai",
34-
"developer-tools",
35-
"menu-bar",
36-
"macos",
37-
"windows",
38-
"whisper",
3927
"mcp",
4028
"mcp-server",
4129
"model-context-protocol",
30+
"screen-recording",
31+
"screenshot",
32+
"developer-tools",
33+
"ai-agent",
4234
"claude-code",
4335
"cursor",
4436
"windsurf",
45-
"ai-agent",
46-
"screen-recording",
47-
"voice-recording"
37+
"ai-coding",
38+
"feedback",
39+
"visual-feedback",
40+
"bug-reporting",
41+
"bug-report",
42+
"markdown",
43+
"transcription",
44+
"whisper",
45+
"voice",
46+
"voice-recording",
47+
"code-review",
48+
"developer-experience",
49+
"devtools",
50+
"cli",
51+
"electron",
52+
"menu-bar",
53+
"macos",
54+
"windows",
55+
"markupr",
56+
"github-action"
4857
],
4958
"engines": {
5059
"node": ">=18.0.0"

0 commit comments

Comments
 (0)