{ "name": "lystbot", "version": "0.4.0", "mcpName": "io.github.TourAround/lystbot", "description": "LystBot CLI - Manage your lists from the terminal", "main": "src/index.js", "bin": { "lystbot": "src/index.js" }, "scripts": { "start": "node src/index.js", "test": "node --test" }, "keywords": [ "lystbot", "lists", "todo", "ai", "cli", "productivity" ], "author": "TourAround UG", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "commander": "^12.0.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/TourAround/LystBot.git" }, "homepage": "https://github.com/TourAround/LystBot/tree/main/docs/cli" }