Skip to content

Commit 8c7e1d3

Browse files
committed
feat: add repository, homepage, and bugs URLs to package.json
1 parent b92b803 commit 8c7e1d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
"start:http": "pnpm --filter @cityjson/cj-mcp run start:http",
1616
"prepare": "husky"
1717
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/cityjson/cj-mcp"
21+
},
22+
"homepage": "https://github.com/cityjson/cj-mcp",
23+
"bugs": {
24+
"url": "https://github.com/cityjson/cj-mcp/issues"
25+
},
1826
"keywords": ["mcp", "cityjson", "model-context-protocol", "3d-city-models", "specification"],
1927
"author": "",
2028
"license": "MIT",

0 commit comments

Comments
 (0)