{ "name": "@yawlabs/lemonsqueezy-mcp", "version": "1.0.0", "mcpName": "io.github.YawLabs/lemonsqueezy-mcp", "description": "Lemon Squeezy MCP server: stores, orders, subscriptions, license keys, refunds, and webhooks.", "license": "MIT", "author": "YawLabs ", "repository": { "type": "git", "url": "git+https://github.com/YawLabs/lemonsqueezy-mcp.git" }, "bugs": { "url": "https://github.com/YawLabs/lemonsqueezy-mcp/issues" }, "keywords": [ "lemonsqueezy", "lemon-squeezy", "mcp", "mcp-server", "model-context-protocol", "ai", "agent", "claude", "claude-code", "claude-desktop", "payments", "subscriptions", "refunds", "license-keys", "licensing", "checkout", "webhooks", "billing", "cursor", "ai-agents" ], "type": "module", "main": "dist/index.js", "bin": { "lemonsqueezy-mcp": "bin/lemonsqueezy-mcp.mjs" }, "files": [ "bin/lemonsqueezy-mcp.mjs", "dist/index.js", "CHANGELOG.md" ], "scripts": { "build": "tsc && node build.mjs", "dev": "tsc --watch", "start": "node dist/index.js", "test": "npm run build && node --test-timeout=300000 --test \"dist/**/*.test.js\"", "test:integration": "node scripts/require-integration-env.mjs && npm run build && node --test-timeout=300000 --test dist/integration/*.test.js", "lint": "node scripts/lint.mjs check src/", "lint:fix": "node scripts/lint.mjs check --write src/", "check:oam": "oam check", "build:binary:oam": "node scripts/build-binary.mjs --oam", "gen:containerfile": "node scripts/sync-containerfile.mjs", "check:containerfile": "node scripts/sync-containerfile.mjs --check", "prepublishOnly": "npm run build" }, "overrides": { "hono": "^4.13.5" }, "devDependencies": { "@biomejs/biome": "^2.4.12", "@modelcontextprotocol/sdk": "^1.30.0", "@types/node": "^26.1.1", "esbuild": "^0.28.1", "postject": "^1.0.0-alpha.6", "typescript": "^7.0.2", "zod": "^4.3.6" }, "engines": { "node": ">=22" }, "homepage": "https://yaw.sh/mcp-servers/lemonsqueezy-mcp/" }