summaryrefslogtreecommitdiff
path: root/packages/examples/package.json
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-07-18 15:21:46 -0700
committerGitHub <[email protected]>2025-07-18 22:21:46 +0000
commit04bbc60b97809b4200c5dd09ba849e4d097d1d1f (patch)
tree3b2646421eb4bb1f24080f21c6d5a6e37d678524 /packages/examples/package.json
parent73745ecd0323882fc951e387250fe2efef374e81 (diff)
Demo background agent (#4409)
Co-authored-by: Bryan Morgan <[email protected]>
Diffstat (limited to 'packages/examples/package.json')
-rw-r--r--packages/examples/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/examples/package.json b/packages/examples/package.json
new file mode 100644
index 00000000..133d1b75
--- /dev/null
+++ b/packages/examples/package.json
@@ -0,0 +1,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"
+ }
+}