{ "name": "@striderlabs/mcp-target", "version": "0.1.1", "description": "MCP server connector for Target retail shopping \u2014 search products, manage cart, track orders", "main": "dist/index.js", "bin": { "mcp-target": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepare": "npm run build" }, "keywords": [ "mcp", "target", "shopping", "retail", "automation" ], "author": "Strider Labs", "license": "MIT", "files": [ "dist/", "README.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "patchright": "^1.58.2", "playwright-extra": "^4.3.6" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/markswendsen-code/mcp-target.git" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.markswendsen-code/target" }