Files
mcp-tool/package.json
nasir@endelospay.com dce9687538 fix
2025-07-22 02:11:38 +05:00

50 lines
1.5 KiB
JSON

{
"name": "laravel-healthcare-mcp-server",
"version": "1.0.0",
"description": "Laravel Healthcare MCP Server with 1000+ endpoints",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node http-tools-server.js",
"dev:http": "node --watch http-tools-server.js",
"test": "node run-tests-simple.js all",
"test:quick": "node run-tests-simple.js quick",
"test:coverage": "node run-tests-simple.js coverage",
"test:watch": "node run-tests-simple.js all --watch",
"test:public": "node run-tests-simple.js suite public",
"test:provider": "node run-tests-simple.js suite provider",
"test:patient": "node run-tests-simple.js suite patient",
"test:business": "node run-tests-simple.js suite business",
"test:healthcare": "node run-tests-simple.js suite healthcare",
"test:errors": "node run-tests-simple.js suite errors"
},
"keywords": [
"mcp",
"healthcare",
"laravel",
"api",
"emr",
"medical"
],
"author": "Healthcare MCP Team",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.9",
"dotenv": "^17.2.0",
"joi": "^17.13.3",
"node-fetch": "^3.3.2",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "^22.10.2",
"commander": "^11.1.0",
"jest": "^29.7.0",
"jest-html-reporters": "^3.1.7",
"jest-junit": "^16.0.0",
"nodemon": "^3.0.1"
}
}