2026-02-18 12:04:02 -08:00
|
|
|
{
|
|
|
|
|
"name": "@google/gemini-cli-devtools",
|
2026-03-03 19:08:34 -05:00
|
|
|
"version": "0.34.0-nightly.20260303.34f0c1538",
|
2026-02-18 12:04:02 -08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "dist/src/index.js",
|
|
|
|
|
"types": "dist/src/index.d.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/src/index.d.ts",
|
|
|
|
|
"default": "./dist/src/index.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "npm run build:client && tsc -p tsconfig.build.json",
|
|
|
|
|
"build:client": "node esbuild.client.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"client/index.html"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"react": "^19.2.0",
|
|
|
|
|
"react-dom": "^19.2.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ws": "^8.16.0"
|
|
|
|
|
}
|
|
|
|
|
}
|