diff --git a/package.json b/package.json index 90c1912..e5ee10d 100644 --- a/package.json +++ b/package.json @@ -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",