{ "name": "@liveauth-labs/mcp-server", "version": "1.3.0", "mcpName": "io.github.dulzuradev/liveauth-mcp", "description": "LiveAuth MCP server for runtime PoW, Lightning, L402, metering, and paid tool access", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./client": { "types": "./dist/client.d.ts", "default": "./dist/client.js" }, "./server": { "types": "./dist/server-gate.d.ts", "default": "./dist/server-gate.js" }, "./pow": { "types": "./dist/pow.d.ts", "default": "./dist/pow.js" } }, "files": [ "dist", "README.md", "LICENSE", "CALLER-FUNDING.md", "CHANGELOG.md", "examples/caller-funded.mjs" ], "bin": { "liveauth-mcp": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "prepare": "npm run build", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "keywords": [ "mcp", "authentication", "proof-of-work", "lightning", "bitcoin", "ai-agents" ], "author": "LiveAuth", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dulzuradev/liveauth-mcp.git" }, "homepage": "https://liveauth.app/integrations/goose", "bugs": { "url": "https://github.com/dulzuradev/liveauth-mcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "node-fetch": "^3.3.2", "qrcode": "^1.5.4" }, "devDependencies": { "@types/node": "^20.10.0", "@types/qrcode": "^1.5.6", "@vitest/coverage-v8": "^1.2.0", "typescript": "^5.3.0", "vitest": "^1.2.0" } }