Merge pull request #27 from oneWalker/dev

fix: cannot find the package after building and the problem during th…
This commit is contained in:
Harsha v 2025-06-15 00:19:04 +05:30 committed by GitHub
commit c98d652933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{
"name": "openapi-mcp-generator",
"version": "3.1.2",
"version": "3.1.3",
"description": "Generates MCP server code from OpenAPI specifications",
"license": "MIT",
"author": "Harsha",
@ -11,12 +11,14 @@
"bin": {
"openapi-mcp-generator": "./bin/openapi-mcp-generator.js"
},
"main": "dist/index.js",
"files": [
"dist",
"bin",
"README.md",
"LICENSE"
],
"types": "./dist/index.d.ts",
"scripts": {
"start": "node dist/index.js",
"clean": "rimraf dist",