{ "name": "@edjufy/fakturia-mcp", "publishConfig": { "access": "public" }, "version": "1.0.4", "description": "Unofficial MCP server for the Fakturia billing/subscription management API", "type": "module", "packageManager": "pnpm@10.28.1", "license": "MIT", "author": "edjufy Software GmbH", "repository": { "type": "git", "url": "https://github.com/edjufy/fakturia-mcp.git" }, "homepage": "https://github.com/edjufy/fakturia-mcp#readme", "bugs": { "url": "https://github.com/edjufy/fakturia-mcp/issues" }, "keywords": [ "mcp", "fakturia", "billing", "subscription", "api", "model-context-protocol" ], "main": "bundle/fakturia-mcp.mjs", "bin": { "fakturia-mcp": "bundle/fakturia-mcp.mjs" }, "files": [ "bundle/fakturia-mcp.mjs", "LICENSE", "README.md" ], "scripts": { "build": "tsc", "bundle": "tsc && esbuild dist/index.js --bundle --platform=node --format=esm --target=node24 --banner:js='#!/usr/bin/env node' --outfile=bundle/fakturia-mcp.mjs", "start": "node dist/index.js", "prepublishOnly": "pnpm bundle", "release": "release-it" }, "engines": { "node": ">=24.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.5.0", "esbuild": "^0.27.3", "release-it": "^19.2.4", "typescript": "^5.8.3" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ], "overrides": { "undici": ">=7.0.0" } } }