mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
* Migrate to latest version of the language model * Update readme to better describe the sample. * More readme updates * Consistent API naming and format lists
13 lines
275 B
JSON
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"
|
|
}
|
|
}
|