Files
gemini-cli/packages/devtools/package.json
T
dependabot[bot] 1ffdc77042 chore(deps): bump ws from 8.18.3 to 8.20.1
Bumps [ws](https://github.com/websockets/ws) from 8.18.3 to 8.20.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.18.3...8.20.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.20.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-10 04:56:27 +00:00

33 lines
672 B
JSON

{
"name": "@google/gemini-cli-devtools",
"version": "0.48.0-nightly.20260609.g3a13b8eeb",
"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.20.1"
}
}