|
3 | 3 | "version": "0.0.1",
|
4 | 4 | "description": "The official Svelte MCP server implementation",
|
5 | 5 | "type": "module",
|
| 6 | + "packageManager": "[email protected]", |
6 | 7 | "scripts": {
|
7 | 8 | "build": "pnpm -r run build",
|
8 | 9 | "dev": "pnpm --filter @sveltejs/mcp-remote run dev",
|
9 | 10 | "check": "pnpm -r run check",
|
| 11 | + "check:publint": "pnpm -r run check:publint", |
10 | 12 | "format": "prettier --write .",
|
11 | 13 | "lint": "prettier --check . && eslint .",
|
12 | 14 | "lint:fix": "prettier --write . && eslint . --fix",
|
13 | 15 | "test:unit": "vitest",
|
14 | 16 | "test": "npm run test:unit -- --run",
|
15 | 17 | "test:watch": "npm run test:unit -- --watch",
|
16 |
| - "inspect": "pnpm mcp-inspector" |
| 18 | + "inspect": "pnpm mcp-inspector", |
| 19 | + "release": "pnpm --filter @sveltejs/mcp run build && changeset publish" |
17 | 20 | },
|
18 | 21 | "keywords": [
|
19 | 22 | "svelte",
|
|
23 | 26 | ],
|
24 | 27 | "private": true,
|
25 | 28 | "devDependencies": {
|
| 29 | + "@changesets/cli": "^2.29.7", |
26 | 30 | "@eslint/compat": "^1.3.2",
|
27 | 31 | "@eslint/js": "^9.36.0",
|
28 | 32 | "@modelcontextprotocol/inspector": "^0.16.7",
|
| 33 | + "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
29 | 34 | "eslint": "^9.36.0",
|
30 | 35 | "eslint-config-prettier": "^10.0.1",
|
31 | 36 | "eslint-plugin-import": "^2.32.0",
|
32 | 37 | "eslint-plugin-svelte": "^3.12.3",
|
33 | 38 | "globals": "^16.0.0",
|
34 | 39 | "prettier": "^3.4.2",
|
35 | 40 | "prettier-plugin-svelte": "^3.3.3",
|
| 41 | + "publint": "^0.3.13", |
36 | 42 | "typescript": "^5.0.0",
|
37 | 43 | "typescript-eslint": "^8.44.1",
|
38 | 44 | "vitest": "^3.2.3"
|
|
0 commit comments