|
| 1 | +{ |
| 2 | + "name": "@modelcontextprotocol/fastify", |
| 3 | + "private": false, |
| 4 | + "version": "2.0.0-alpha.0", |
| 5 | + "description": "Fastify adapters for the Model Context Protocol TypeScript server SDK - Fastify middleware", |
| 6 | + "license": "MIT", |
| 7 | + "author": "Anthropic, PBC (https://anthropic.com)", |
| 8 | + "homepage": "https://modelcontextprotocol.io", |
| 9 | + "bugs": "https://github.com/modelcontextprotocol/typescript-sdk/issues", |
| 10 | + "type": "module", |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git" |
| 14 | + }, |
| 15 | + "engines": { |
| 16 | + "node": ">=20", |
| 17 | + "pnpm": ">=10.24.0" |
| 18 | + }, |
| 19 | + "packageManager": "pnpm@10.24.0", |
| 20 | + "keywords": [ |
| 21 | + "modelcontextprotocol", |
| 22 | + "mcp", |
| 23 | + "fastify", |
| 24 | + "middleware" |
| 25 | + ], |
| 26 | + "exports": { |
| 27 | + ".": { |
| 28 | + "types": "./dist/index.d.mts", |
| 29 | + "import": "./dist/index.mjs" |
| 30 | + } |
| 31 | + }, |
| 32 | + "files": [ |
| 33 | + "dist" |
| 34 | + ], |
| 35 | + "scripts": { |
| 36 | + "typecheck": "tsgo -p tsconfig.json --noEmit", |
| 37 | + "build": "tsdown", |
| 38 | + "build:watch": "tsdown --watch", |
| 39 | + "prepack": "npm run build", |
| 40 | + "lint": "eslint src/ && prettier --ignore-path ../../../.prettierignore --check .", |
| 41 | + "lint:fix": "eslint src/ --fix && prettier --ignore-path ../../../.prettierignore --write .", |
| 42 | + "check": "npm run typecheck && npm run lint", |
| 43 | + "test": "vitest run", |
| 44 | + "test:watch": "vitest" |
| 45 | + }, |
| 46 | + "dependencies": {}, |
| 47 | + "peerDependencies": { |
| 48 | + "@modelcontextprotocol/server": "workspace:^", |
| 49 | + "fastify": "catalog:runtimeServerOnly" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@modelcontextprotocol/server": "workspace:^", |
| 53 | + "@modelcontextprotocol/tsconfig": "workspace:^", |
| 54 | + "@modelcontextprotocol/vitest-config": "workspace:^", |
| 55 | + "@modelcontextprotocol/eslint-config": "workspace:^", |
| 56 | + "@eslint/js": "catalog:devTools", |
| 57 | + "@typescript/native-preview": "catalog:devTools", |
| 58 | + "eslint": "catalog:devTools", |
| 59 | + "eslint-config-prettier": "catalog:devTools", |
| 60 | + "eslint-plugin-n": "catalog:devTools", |
| 61 | + "prettier": "catalog:devTools", |
| 62 | + "tsdown": "catalog:devTools", |
| 63 | + "typescript": "catalog:devTools", |
| 64 | + "typescript-eslint": "catalog:devTools", |
| 65 | + "vitest": "catalog:devTools" |
| 66 | + } |
| 67 | +} |
0 commit comments