mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Co-authored-by: mkorwel <matt.korwel@gmail.com> Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "@google/gemini-cli-test-utils",
|
|
"version": "0.7.0-nightly.20250918.2722473a",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node ../../scripts/build_package.js",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|