We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d0c51 commit 75272b7Copy full SHA for 75272b7
package.json
@@ -18,19 +18,19 @@
18
"mcp-bundler",
19
"mcp-bundler"
20
],
21
- "main": "src/index.ts",
+ "exports": {
22
+ ".": {
23
+ "types": "./dist/index.d.ts",
24
+ "import": "./dist/index.mjs",
25
+ "require": "./dist/index.cjs"
26
+ }
27
+ },
28
"files": [
29
"LICENSE",
30
"README.md",
31
"dist",
32
"package.json"
33
- "publishConfig": {
- "import": "dist/index.mjs",
- "require": "dist/index.js",
- "types": "dist/index.d.ts",
- "access": "public"
- },
34
"scripts": {
35
"build": "tsup",
36
"lint": "eslint .",
0 commit comments