fix: cannot find the package after building and the problem during the building

This commit is contained in:
Brian,Kun Liu 2025-06-12 19:00:34 +08:00 committed by GitHub
parent df758359e8
commit 67e06c3c34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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