46 lines
1.2 KiB
JSON
46 lines
1.2 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",
|
|
"start:stdio": "node index.js",
|
|
"start:http": "node http-tools-server.js",
|
|
"start:both": "node http-tools-server.js",
|
|
"dev": "node --watch http-tools-server.js",
|
|
"dev:stdio": "node --watch index.js",
|
|
"dev:http": "node --watch http-tools-server.js",
|
|
"dev:both": "node --watch http-tools-server.js"
|
|
},
|
|
"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"
|
|
}
|
|
}
|