package.json•961 B
{
"name": "fitslot-mcp",
"version": "1.0.0",
"description": "MCP Server for FitSlot API integration - ticket management, chatbot support, and bioimpedance PDF analysis",
"type": "module",
"main": "dist/index.js",
"bin": {
"fitslot-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"prepare": "npm run build",
"clean": "rm -rf dist"
},
"keywords": [
"mcp",
"fitslot",
"bioimpedance",
"chatbot",
"support",
"tickets"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.2",
"axios": "^1.13.1",
"openai": "^4.73.1",
"pdf-parse": "^2.4.5",
"validator": "^13.15.20",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.9.2",
"@types/pdf-parse": "^1.1.5",
"@types/validator": "^13.15.4",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}