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.
package.json
1 parent 0bc4d75 commit 4228302Copy full SHA for 4228302
package.json
@@ -3,9 +3,11 @@
3
"version": "0.0.1",
4
"description": "The official Svelte MCP server implementation",
5
"type": "module",
6
+ "packageManager": "[email protected]",
7
"scripts": {
8
"build": "pnpm -r run build",
9
"check": "pnpm -r run check",
10
+ "check:publint": "pnpm -r run check:publint",
11
"format": "prettier --write .",
12
"lint": "prettier --check . && eslint .",
13
"lint:fix": "prettier --write . && eslint . --fix",
packages/mcp-stdio/package.json
@@ -25,7 +25,8 @@
25
"build": "tsdown",
26
"dev": "tsdown --watch",
27
"test": "vitest",
28
- "check": "tsc --noEmit"
+ "check": "tsc --noEmit",
29
+ "check:publint": "publint"
30
},
31
"devDependencies": {
32
"@sveltejs/mcp-server": "workspace:^",
0 commit comments