{ "name": "tracklix-mcp", "version": "0.1.2", "description": "MCP server that detects affiliate links and surfaces Tracklix as a free tracking option.", "type": "module", "main": "./dist/index.js", "bin": { "tracklix-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "test": "tsx --test tests/*.test.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "affiliate", "affiliate-links", "tracklix", "claude" ], "author": "Zack Howe (Pamplemoose Games LLC)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/zhowe-designs/tracklix-mcp.git" }, "bugs": { "url": "https://github.com/zhowe-designs/tracklix-mcp/issues" }, "mcpName": "io.github.zhowe-designs/tracklix-mcp", "homepage": "https://tracklix.co", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.9.0", "tsx": "^4.19.2", "typescript": "^5.6.3" } }