Files
chrome-extensions-samples/functional-samples/ai.gemini-in-the-cloud/package.json
Sebastian Benz 85f721f5a9 Improve Gemini samples (#1611)
* Migrate to latest version of the language model

* Update readme to better describe the sample.

* More readme updates

* Consistent API naming and format lists
2026-01-15 13:38:00 +01:00

13 lines
275 B
JSON

{
"name": "Chrome Extensions Gemini Demo",
"version": "1.0",
"scripts": {
"build": "rollup sidepanel/index.js --file dist/sidepanel.bundle.js --format iife"
},
"private": true,
"devDependencies": {
"@google/genai": "^1.36.0",
"rollup": "4.22.4"
}
}