e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
18 lines
303 B
JSON
18 lines
303 B
JSON
{
|
|
"name": "genai",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "quickstart.js",
|
|
"type" : "module",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@google/genai": "^2.8.0",
|
|
"@toolbox-sdk/core": "^1.0.0"
|
|
}
|
|
}
|