first
This commit is contained in:
58
package.json
Normal file
58
package.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"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 index.js",
|
||||
"start:stdio": "node index.js",
|
||||
"start:http": "node http-tools-server.js",
|
||||
"dev": "node --watch index.js",
|
||||
"dev:stdio": "node --watch index.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",
|
||||
"test:ci": "node run-tests-simple.js all --coverage",
|
||||
"test:jest": "node --experimental-vm-modules node_modules/.bin/jest",
|
||||
"test:jest:watch": "node --experimental-vm-modules node_modules/.bin/jest --watch",
|
||||
"test:jest:coverage": "node --experimental-vm-modules node_modules/.bin/jest --coverage"
|
||||
},
|
||||
"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-cache": "^5.1.2",
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user