Files
printerCentral/package.json
josedario87 0e86f9d7a9
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 2m8s
feat: MCP Server para control de impresoras
- Endpoint HTTP JSON-RPC en /api/mcp
- 6 tools: list_templates, list_printers, print_template, print_raw, create_template, update_template
- Guia de formato para impresora TM-U220
- Protegido por Authentik forward auth
2025-11-25 12:41:49 -06:00

27 lines
589 B
JSON

{
"name": "printerCentral",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"@nuxt/ui": "^4.1.0",
"@vite-pwa/nuxt": "^1.0.7",
"axios": "^1.13.2",
"jimp": "^1.6.0",
"nuxt": "^4.2.1",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/lucide": "^1.2.75"
}
}