michangarrito/apps/mcp-server/package.json
rckrdmrd 97f407c661 [MIGRATION-V2] feat: Migrar michangarrito a estructura v2
- Prefijo v2: MCH
- TRACEABILITY-MASTER.yml creado
- Listo para integracion como submodulo

Workspace: v2.0.0 | SIMCO: v4.0.0
2026-01-10 11:28:54 -06:00

26 lines
572 B
JSON

{
"name": "michangarrito-mcp-server",
"version": "1.0.0",
"description": "MiChangarrito MCP Server - Tools for LLM integration",
"author": "ISEM",
"private": true,
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.6.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.8",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}