Skip to content

Commit 622bb1e

Browse files
wishket-pjwJeremyDev87
authored andcommitted
chore: Add metadata to root package.json
- Add author, license, repository fields - Add bugs and homepage URLs - Add keywords array for npm discoverability - Add description field close #100
1 parent 27fb4a7 commit 622bb1e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
{
22
"name": "codingbuddy-monorepo",
33
"private": true,
4+
"description": "Multi-AI Rules MCP Server - One source of truth for AI coding rules across all AI assistants",
5+
"author": "JeremyDev87",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/JeremyDev87/codingbuddy.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/JeremyDev87/codingbuddy/issues"
13+
},
14+
"homepage": "https://github.com/JeremyDev87/codingbuddy#readme",
15+
"keywords": [
16+
"ai",
17+
"coding-assistant",
18+
"mcp",
19+
"model-context-protocol",
20+
"cursor",
21+
"claude",
22+
"copilot",
23+
"coding-rules",
24+
"developer-tools"
25+
],
426
"workspaces": [
527
"packages/*",
628
"apps/*"

0 commit comments

Comments
 (0)