Skip to content

Commit 67e06c3

Browse files
authored
fix: cannot find the package after building and the problem during the building
1 parent df75835 commit 67e06c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)