Update package.json with repository information for npm

This commit is contained in:
Harsha v 2025-03-16 17:01:23 +05:30
parent ec766ed3d9
commit 08ec115277

View File

@ -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"