{ "name": "@google/gemini-cli-examples", "version": "0.1.0", "private": true, "type": "module", "scripts": { "start:demo-background-agent": "tsx background_agent/demo-background-agent.ts", "build": "echo 'nothing to build'" }, "dependencies": { "@modelcontextprotocol/sdk": "1.15.1", "zod": "^3.23.8" }, "devDependencies": { "tsx": "^4.16.2" } }