|
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "prepare": "husky", |
8 | | - "build": "pnpm -r --aggregate-output --filter=./packages/* build", |
9 | | - "dev": "pnpm -r --aggregate-output --filter=./packages/create-mcp-kit dev", |
10 | | - "start": "pnpm -r --aggregate-output --filter=./packages/create-mcp-kit start", |
| 8 | + "dev": "cross-env NODE_ENV=development turbo run dev", |
| 9 | + "build": "cross-env NODE_ENV=production turbo run build", |
11 | 10 | "test": "cross-env NODE_V8_COVERAGE=./coverage/tmp vitest run", |
12 | 11 | "coverage": "rimraf coverage && cross-env NODE_V8_COVERAGE=./coverage/tmp vitest run && npm run report", |
13 | 12 | "report": "c8 report --reporter=lcov --reporter=html", |
14 | | - "docs:dev": "pnpm -r --aggregate-output --filter=./docs dev", |
15 | | - "docs:build": "pnpm -r --aggregate-output --filter=./docs build", |
16 | | - "docs:serve": "pnpm -r --aggregate-output --filter=./docs serve", |
17 | 13 | "changeset": "changeset", |
18 | 14 | "version": "changeset version" |
19 | 15 | }, |
|
40 | 36 | "modelcontextprotocol", |
41 | 37 | "typescript" |
42 | 38 | ], |
| 39 | + "packageManager": "pnpm@10.28.1", |
43 | 40 | "devDependencies": { |
44 | 41 | "@biomejs/biome": "2.3.11", |
45 | 42 | "@changesets/changelog-github": "^0.5.2", |
|
48 | 45 | "@commitlint/config-conventional": "^20.3.1", |
49 | 46 | "@rollup/plugin-terser": "^0.4.4", |
50 | 47 | "@rollup/plugin-typescript": "^12.3.0", |
51 | | - "@types/node": "22", |
| 48 | + "@types/node": "^22.19.7", |
52 | 49 | "@vitest/coverage-v8": "^4.0.18", |
53 | 50 | "c8": "^10.1.3", |
54 | 51 | "cross-env": "^10.1.0", |
|
63 | 60 | "rimraf": "^6.1.2", |
64 | 61 | "rolldown": "1.0.0-beta.59", |
65 | 62 | "tsx": "^4.21.0", |
| 63 | + "turbo": "^2.7.6", |
66 | 64 | "typescript": "^5.9.3", |
67 | 65 | "typescript-eslint": "^8.53.1", |
68 | 66 | "vitest": "^4.0.18" |
|
0 commit comments