Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-08 04:32:27 +02:00
padre 10e188839a
commit 15caa3e4bd
Se han modificado 4 ficheros con 1238 adiciones y 314 borrados

Ver fichero

@@ -8,6 +8,8 @@
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"start:http": "node dist/http-server.js",
"dev:http": "tsc && node dist/http-server.js",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts",
@@ -38,9 +40,15 @@
"@modelcontextprotocol/sdk": "^0.5.0",
"chalk": "^5.6.2",
"commander": "^11.1.0",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^4.18.2",
"helmet": "^7.1.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1",
"winston": "^3.18.3",
"ws": "^8.16.0",
"zod": "^3.25.76"
},
"devDependencies": {
@@ -48,7 +56,10 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.8",
"@types/node": "^20.19.19",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^9.0.7",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.55.0",