|
4 | 4 | "": {
|
5 | 5 | "name": "mcp-flowcore-platform",
|
6 | 6 | "dependencies": {
|
| 7 | + "@biomejs/biome": "^1.9.4", |
7 | 8 | "@flowcore/sdk": "^1.17.0",
|
8 | 9 | "@flowcore/sdk-oidc-client": "^1.3.1",
|
9 | 10 | "@modelcontextprotocol/sdk": "^1.7.0",
|
10 | 11 | "zod": "^3.24.2",
|
11 | 12 | },
|
12 | 13 | "devDependencies": {
|
13 | 14 | "@types/bun": "latest",
|
| 15 | + "typescript": "^5", |
14 | 16 | },
|
15 | 17 | "peerDependencies": {
|
16 | 18 | "typescript": "^5",
|
17 | 19 | },
|
18 | 20 | },
|
19 | 21 | },
|
20 | 22 | "packages": {
|
| 23 | + "@biomejs/biome": [ "@biomejs/[email protected]", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "1.9.4", "@biomejs/cli-darwin-x64": "1.9.4", "@biomejs/cli-linux-arm64": "1.9.4", "@biomejs/cli-linux-arm64-musl": "1.9.4", "@biomejs/cli-linux-x64": "1.9.4", "@biomejs/cli-linux-x64-musl": "1.9.4", "@biomejs/cli-win32-arm64": "1.9.4", "@biomejs/cli-win32-x64": "1.9.4" }, "bin": { "biome": "bin/biome" } }, "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog=="], |
| 24 | + |
| 25 | + "@biomejs/cli-darwin-arm64": [ "@biomejs/[email protected]", "", { "os": "darwin", "cpu": "arm64" }, "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw=="], |
| 26 | + |
| 27 | + "@biomejs/cli-darwin-x64": [ "@biomejs/[email protected]", "", { "os": "darwin", "cpu": "x64" }, "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg=="], |
| 28 | + |
| 29 | + "@biomejs/cli-linux-arm64": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g=="], |
| 30 | + |
| 31 | + "@biomejs/cli-linux-arm64-musl": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA=="], |
| 32 | + |
| 33 | + "@biomejs/cli-linux-x64": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg=="], |
| 34 | + |
| 35 | + "@biomejs/cli-linux-x64-musl": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg=="], |
| 36 | + |
| 37 | + "@biomejs/cli-win32-arm64": [ "@biomejs/[email protected]", "", { "os": "win32", "cpu": "arm64" }, "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg=="], |
| 38 | + |
| 39 | + "@biomejs/cli-win32-x64": [ "@biomejs/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA=="], |
| 40 | + |
21 | 41 | "@deno/shim-deno": [ "@deno/[email protected]", "", { "dependencies": { "@deno/shim-deno-test": "^0.5.0", "which": "^4.0.0" } }, "sha512-oQ0CVmOio63wlhwQF75zA4ioolPvOwAoK0yuzcS5bDC1JUvH3y1GS8xPh8EOpcoDQRU4FTG8OQfxhpR+c6DrzA=="],
|
22 | 42 |
|
23 | 43 | "@deno/shim-deno-test": [ "@deno/[email protected]", "", {}, "sha512-4nMhecpGlPi0cSzT67L+Tm+GOJqvuk8gqHBziqcUQOarnuIax1z96/gJHCSIz2Z0zhxE6Rzwb3IZXPtFh51j+w=="],
|
|
0 commit comments