{ "name": "gather-claude-bot", "version": "1.0.0", "description": "Claude-powered AI agent for Gather.town that responds to commands and provides intelligent assistance", "main": "bot.js", "scripts": { "start": "node bot.js", "dev": "node bot.js" }, "keywords": [ "gather", "claude", "ai", "agent", "bot", "anthropic" ], "author": "", "license": "MIT", "dependencies": {}, "engines": { "node": ">=14.0.0" } }