{ "name": "@openclaw/geolocation-plugin", "version": "2026.8.1", "description": "OpenClaw geolocation plugin resolving client IP addresses to a coarse city using a locally cached IP-geolocation database.", "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" }, "type": "module", "dependencies": { "maxmind": "5.0.7" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*" }, "openclaw": { "extensions": [ "./index.ts" ], "compat": { "pluginApi": ">=2026.8.1" }, "build": { "openclawVersion": "2026.8.1" } } }