Skip to content

Commit c98d652

Browse files
authored
Merge pull request harsha-iiiv#27 from oneWalker/dev
fix: cannot find the package after building and the problem during th…
2 parents df75835 + 9c6fed9 commit c98d652

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-mcp-generator",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Generates MCP server code from OpenAPI specifications",
55
"license": "MIT",
66
"author": "Harsha",
@@ -11,12 +11,14 @@
1111
"bin": {
1212
"openapi-mcp-generator": "./bin/openapi-mcp-generator.js"
1313
},
14+
"main": "dist/index.js",
1415
"files": [
1516
"dist",
1617
"bin",
1718
"README.md",
1819
"LICENSE"
1920
],
21+
"types": "./dist/index.d.ts",
2022
"scripts": {
2123
"start": "node dist/index.js",
2224
"clean": "rimraf dist",

0 commit comments

Comments
 (0)