From 08ec115277d2815e00f1586188e8922d6a80bb90 Mon Sep 17 00:00:00 2001 From: Harsha v <31560965+harsha-iiiv@users.noreply.github.com> Date: Sun, 16 Mar 2025 17:01:23 +0530 Subject: [PATCH] Update package.json with repository information for npm --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 205945f..595af18 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,16 @@ "generator", "llm" ], - "author": "", + "author": "Harsha", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/harsha-iiiv/openapi-mcp-generator.git" + }, + "bugs": { + "url": "https://github.com/harsha-iiiv/openapi-mcp-generator/issues" + }, + "homepage": "https://github.com/harsha-iiiv/openapi-mcp-generator#readme", "dependencies": { "axios": "^1.6.0", "minimist": "^1.2.8"