|
1 | 1 | {
|
2 |
| - "name": "mcp-graphql", |
3 |
| - "module": "index.ts", |
4 |
| - "type": "module", |
5 |
| - "version": "2.0.1", |
6 |
| - "repository": "github:blurrah/mcp-graphql", |
7 |
| - "license": "MIT", |
8 |
| - "bin": { |
9 |
| - "mcp-graphql": "./dist/index.js" |
10 |
| - }, |
11 |
| - "files": [ |
12 |
| - "dist" |
13 |
| - ], |
14 |
| - "devDependencies": { |
15 |
| - "@graphql-tools/schema": "^10.0.21", |
16 |
| - "@types/bun": "latest", |
17 |
| - "@types/yargs": "17.0.33", |
18 |
| - "graphql-yoga": "^5.13.1", |
19 |
| - "typescript": "5.8.2" |
20 |
| - }, |
21 |
| - "dependencies": { |
22 |
| - "@modelcontextprotocol/sdk": "1.6.1", |
23 |
| - "graphql": "^16.10.0", |
24 |
| - "yargs": "17.7.2", |
25 |
| - "zod": "3.24.2", |
26 |
| - "zod-to-json-schema": "3.24.3" |
27 |
| - }, |
28 |
| - "scripts": { |
29 |
| - "dev": "bun --watch src/index.ts", |
30 |
| - "build": "bun build src/index.ts --outdir dist --target node && bun -e \"require('fs').chmodSync('dist/index.js', '755')\"", |
31 |
| - "start": "bun run dist/index.js" |
32 |
| - }, |
33 |
| - "packageManager": "bun@1.2.4" |
| 2 | + "name": "mcp-graphql", |
| 3 | + "module": "index.ts", |
| 4 | + "type": "module", |
| 5 | + "version": "2.0.2", |
| 6 | + "repository": "github:blurrah/mcp-graphql", |
| 7 | + "license": "MIT", |
| 8 | + "bin": { |
| 9 | + "mcp-graphql": "./dist/index.js" |
| 10 | + }, |
| 11 | + "files": ["dist"], |
| 12 | + "devDependencies": { |
| 13 | + "@graphql-tools/schema": "^10.0.21", |
| 14 | + "@types/bun": "latest", |
| 15 | + "@types/yargs": "17.0.33", |
| 16 | + "graphql-yoga": "^5.13.1", |
| 17 | + "typescript": "5.8.2" |
| 18 | + }, |
| 19 | + "dependencies": { |
| 20 | + "@modelcontextprotocol/sdk": "1.6.1", |
| 21 | + "graphql": "^16.10.0", |
| 22 | + "yargs": "17.7.2", |
| 23 | + "zod": "3.24.2", |
| 24 | + "zod-to-json-schema": "3.24.3" |
| 25 | + }, |
| 26 | + "scripts": { |
| 27 | + "dev": "bun --watch src/index.ts", |
| 28 | + "build": "bun build src/index.ts --outdir dist --target node && bun -e \"require('fs').chmodSync('dist/index.js', '755')\"", |
| 29 | + "start": "bun run dist/index.js" |
| 30 | + }, |
| 31 | + "packageManager": "bun@1.2.4" |
34 | 32 | }
|
0 commit comments