chore: add publishConfig to package.json for public access

This commit is contained in:
Marvin Zhang
2025-06-20 15:00:16 +08:00
parent 18137cce0d
commit 99d59b8e90

View File

@@ -5,6 +5,9 @@
"license": "MIT",
"author": "Crawlab Team",
"type": "module",
"publishConfig": {
"access": "public"
},
"bin": {
"mcp-server-crawlab": "dist/index.js"
},