|
54 | 54 | "client": "tsx scripts/cli.ts client" |
55 | 55 | }, |
56 | 56 | "dependencies": { |
57 | | - "ajv": "catalog:", |
58 | | - "ajv-formats": "catalog:", |
59 | | - "content-type": "catalog:", |
60 | | - "cors": "catalog:", |
61 | | - "cross-spawn": "catalog:", |
62 | | - "eventsource": "catalog:", |
63 | | - "eventsource-parser": "catalog:", |
64 | | - "express": "catalog:", |
65 | | - "express-rate-limit": "catalog:", |
66 | | - "jose": "catalog:", |
67 | | - "json-schema-typed": "catalog:", |
68 | | - "pkce-challenge": "catalog:", |
69 | | - "raw-body": "catalog:", |
70 | | - "zod": "catalog:", |
71 | | - "zod-to-json-schema": "catalog:" |
| 57 | + "ajv": "catalog:runtimeShared", |
| 58 | + "ajv-formats": "catalog:runtimeShared", |
| 59 | + "json-schema-typed": "catalog:runtimeShared", |
| 60 | + "zod": "catalog:runtimeShared", |
| 61 | + "zod-to-json-schema": "catalog:runtimeShared" |
72 | 62 | }, |
73 | 63 | "peerDependencies": { |
74 | | - "@cfworker/json-schema": "catalog:", |
75 | | - "zod": "catalog:" |
| 64 | + "@cfworker/json-schema": "catalog:runtimeShared", |
| 65 | + "zod": "catalog:runtimeShared" |
76 | 66 | }, |
77 | 67 | "peerDependenciesMeta": { |
78 | 68 | "@cfworker/json-schema": { |
|
86 | 76 | "@modelcontextprotocol/tsconfig": "workspace:^", |
87 | 77 | "@modelcontextprotocol/vitest-config": "workspace:^", |
88 | 78 | "@modelcontextprotocol/eslint-config": "workspace:^", |
89 | | - "@cfworker/json-schema": "catalog:", |
90 | | - "@eslint/js": "catalog:", |
91 | | - "@types/content-type": "catalog:", |
92 | | - "@types/cors": "catalog:", |
93 | | - "@types/cross-spawn": "catalog:", |
94 | | - "@types/eventsource": "catalog:", |
95 | | - "@types/express": "catalog:", |
96 | | - "@types/express-serve-static-core": "catalog:", |
97 | | - "@typescript/native-preview": "catalog:", |
98 | | - "eslint": "catalog:", |
99 | | - "eslint-config-prettier": "catalog:", |
100 | | - "eslint-plugin-n": "catalog:", |
101 | | - "prettier": "catalog:", |
102 | | - "tsx": "catalog:", |
103 | | - "typescript": "catalog:", |
104 | | - "typescript-eslint": "catalog:", |
105 | | - "vitest": "catalog:" |
| 79 | + "@cfworker/json-schema": "catalog:runtimeShared", |
| 80 | + "@eslint/js": "catalog:devTools", |
| 81 | + "@types/content-type": "catalog:devTools", |
| 82 | + "@types/cors": "catalog:devTools", |
| 83 | + "@types/cross-spawn": "catalog:devTools", |
| 84 | + "@types/eventsource": "catalog:devTools", |
| 85 | + "@types/express": "catalog:devTools", |
| 86 | + "@types/express-serve-static-core": "catalog:devTools", |
| 87 | + "@typescript/native-preview": "catalog:devTools", |
| 88 | + "eslint": "catalog:devTools", |
| 89 | + "eslint-config-prettier": "catalog:devTools", |
| 90 | + "eslint-plugin-n": "catalog:devTools", |
| 91 | + "prettier": "catalog:devTools", |
| 92 | + "tsx": "catalog:devTools", |
| 93 | + "typescript": "catalog:devTools", |
| 94 | + "typescript-eslint": "catalog:devTools", |
| 95 | + "vitest": "catalog:devTools" |
106 | 96 | } |
107 | 97 | } |
0 commit comments