package.json•1.07 kB
{
"name": "@mcp-it/fastify",
"version": "0.1.3",
"type": "module",
"scripts": {
"test": "node --test --experimental-transform-types",
"build": "tsc",
"lint": "oxlint"
},
"keywords": [
"mcp",
"modelcontextprotocol",
"fastify"
],
"author": "Adir Amsalem",
"license": "MIT",
"description": "🤖 Automatically generate MCP tools from your Fastify API routes.",
"files": [
"dist",
"README.md"
],
"homepage": "https://github.com/AdirAmsalem/mcp-it#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/AdirAmsalem/mcp-it.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.1",
"fastify-plugin": "^5.0.1"
},
"devDependencies": {
"@fastify/cors": "^11.0.1",
"@fastify/swagger": "^9.5.0",
"@fastify/swagger-ui": "^5.2.2",
"@types/node": "^22.14.1",
"fastify": "^5.3.0",
"oxlint": "^0.16.6",
"typescript": "^5.8.3"
},
"peerDependencies": {
"fastify": "^5.0.0"
},
"exports": {
".": "./dist/index.js"
},
"sideEffects": false
}