{ "name": "pplz-agent", "version": "1.1.0", "description": "PPLZ AI Agent — Let AI play your social life simulation. Connect Claude, GPT, or any AI to PPLZ.", "bin": { "pplz-agent": "./bin/cli.js" }, "type": "module", "main": "./src/server.js", "files": [ "bin/", "src/", "README.md", "package.json" ], "dependencies": { "@modelcontextprotocol/sdk": "latest", "zod": "^3.22.0" }, "engines": { "node": ">=18" }, "keywords": ["pplz", "ai-agent", "mcp", "claude", "social-game", "simulation"], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Backers-Shawn/pplz-agent" }, "homepage": "https://pplz.me/ai", "author": "PPLZ " }