blob: 133d1b75c284bc20743ab87473b7cce873114fd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"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"
}
}
|