-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 2.07 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@storybook/mcp-root",
"version": "0.0.0",
"private": true,
"description": "Monorepo for Storybook MCP addon and related packages",
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/mcp"
},
"type": "module",
"scripts": {
"build": "turbo run build",
"build-storybook": "turbo run build-storybook",
"changeset": "changeset",
"check": "turbo run build build-storybook format lint publint typecheck test:run --continue",
"check:watch": "turbo watch build build-storybook format lint publint typecheck test --continue --experimental-write-cache",
"dev": "turbo run dev",
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"inspect": "pnpm run --filter @storybook/addon-mcp inspect",
"lint": "oxlint --type-aware",
"lint:ci": "oxlint --format github --type-aware",
"publint": "turbo run publint",
"release": "turbo run build && pnpm changeset publish",
"storybook": "turbo watch storybook --filter=@storybook/mcp-internal-storybook",
"test": "vitest",
"test:ci": "vitest run --coverage --reporter=default --reporter=github-actions --reporter=junit --outputFile=test-report.junit.xml",
"test:run": "vitest run",
"turbo": "turbo",
"turbo:test": "turbo run test",
"turbo:typecheck": "turbo run typecheck",
"typecheck": "tsc"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.6",
"@codecov/rollup-plugin": "^1.9.1",
"@modelcontextprotocol/inspector": "^0.17.2",
"@modelcontextprotocol/sdk": "^1.22.0",
"@storybook/addon-mcp": "workspace:*",
"@storybook/mcp": "workspace:*",
"@types/node": "20.19.0",
"@vitest/coverage-v8": "4.0.6",
"oxfmt": "^0.27.0",
"oxlint": "^1.43.0",
"oxlint-tsgolint": "^0.11.4",
"pkg-pr-new": "^0.0.57",
"publint": "^0.3.15",
"tsdown": "^0.20.3",
"turbo": "^2.6.1",
"typescript": "~5.9.3",
"vite": "catalog:",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "4.0.6"
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8"
}