{ "name": "@factuarea/mcp", "version": "0.1.0", "description": "Local stdio bridge to the hosted Factuarea MCP server: Spanish invoicing, VeriFactu (AEAT), quotes, contacts, products and taxes as tools for AI agents.", "mcpName": "com.factuarea/mcp", "type": "module", "bin": { "factuarea-mcp": "dist/index.js" }, "files": [ "dist", "LICENSE", "README.md" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsup", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "eslint .", "format": "prettier --write .", "format:check": "prettier --check .", "smoke": "node scripts/smoke-stdio.mjs", "verify:package": "node scripts/verify-package.mjs", "inspect": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js", "prepublishOnly": "npm run build", "changeset": "changeset", "version": "changeset version && node scripts/sync-manifest.mjs && prettier --write server.json plugin.json && npm install --package-lock-only --ignore-scripts", "release": "changeset publish" }, "repository": { "type": "git", "url": "git+https://github.com/factuarea/factuarea-mcp.git" }, "homepage": "https://github.com/factuarea/factuarea-mcp#readme", "bugs": { "url": "https://github.com/factuarea/factuarea-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "mcp-server", "factuarea", "verifactu", "facturacion", "facturacion-electronica", "factura-electronica", "einvoicing", "invoicing", "spain", "aeat", "ai-agents", "claude", "llm" ], "author": { "name": "Factuarea", "email": "info@factuarea.com", "url": "https://factuarea.com" }, "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.1" }, "devDependencies": { "@changesets/changelog-github": "^0.7.0", "@changesets/cli": "^2.31.1", "@eslint/js": "^9.39.5", "@types/node": "^22.20.4", "eslint": "^9.39.5", "globals": "^16.5.0", "prettier": "^3.9.9", "tsup": "^8.5.1", "tsx": "^4.20.0", "typescript": "^5.9.3", "typescript-eslint": "^8.70.1", "vitest": "^5.0.1" }, "overrides": { "esbuild": "^0.28.2" } }