{ "name": "waveterm", "author": { "name": "Command Line Inc", "email": "info@commandline.dev" }, "productName": "Wave", "description": "Open-Source AI-Native Terminal Built for Seamless Workflows", "license": "Apache-2.0", "version": "0.14.5", "homepage": "https://waveterm.dev", "build": { "appId": "dev.commandline.waveterm" }, "private": true, "main": "./dist/main/index.js", "type": "module", "browserslist": [ "Chrome >= 128" ], "scripts": { "dev": "electron-vite dev", "start": "electron-vite preview", "build:dev": "electron-vite build --mode development", "build:prod": "electron-vite build --mode production", "coverage": "vitest run --coverage", "test": "vitest", "postinstall": "node ./postinstall.cjs" }, "devDependencies": { "@eslint/js": "^9.39", "@rollup/plugin-node-resolve": "^16.0.3", "@tailwindcss/vite": "^4.2.1", "@types/css-tree": "^2", "@types/debug": "^4", "@types/node": "^22.13.17", "@types/papaparse": "^5", "@types/pngjs": "^6.0.5", "@types/react": "19", "@types/react-dom": "19", "@types/semver": "^7", "@types/shell-quote": "^1", "@types/sprintf-js": "^1", "@types/throttle-debounce": "^5", "@types/ws": "^8", "@vitejs/plugin-react-swc": "4.2.3", "@vitest/coverage-istanbul": "^3.0.9", "electron": "^41.1.0", "electron-builder": "^26.8", "electron-vite": "^5.0", "eslint": "^9.39", "eslint-config-prettier": "^10.1.8", "globals": "^17.4.0", "node-abi": "^4.26.0", "node-addon-api": "^8.7.0", "node-gyp": "^12.2.0", "prettier": "^3.8.1", "prettier-plugin-jsdoc": "^1.8.0", "prettier-plugin-organize-imports": "^4.3.0", "sass": "1.91.0", "tailwindcss": "^4.2.1", "ts-node": "^10.9.2", "tsx": "^4.21.0", "typescript": "^5.9.3", "typescript-eslint": "^8.56", "vite": "^6.4.2", "vite-plugin-image-optimizer": "^2.0.3", "vite-plugin-svgr": "^4.5.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.0.9" }, "dependencies": { "@ai-sdk/react": "^2.0.104", "@floating-ui/react": "^0.27.16", "@observablehq/plot": "^0.6.17", "@react-hook/resize-observer": "^2.0.2", "@table-nav/core": "^0.0.7", "@table-nav/react": "^0.0.7", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.19", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-search": "^0.16.0", "@xterm/addon-serialize": "^0.14.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/addon-webgl": "^0.19.0", "@xterm/xterm": "^6.0.0", "ai": "^5.0.92", "base64-js": "^1.5.1", "clsx": "^2.1.1", "colord": "^2.9.3", "css-tree": "^3.1.0", "dayjs": "^1.11.19", "debug": "^4.4.3", "electron-updater": "^6.6", "env-paths": "^3.0.0", "fast-average-color": "^9.5.0", "htl": "^0.3.1", "html-to-image": "^1.11.13", "immer": "^10.1.1", "jotai": "2.9.3", "mermaid": "^11.12.3", "monaco-editor": "^0.55.1", "monaco-yaml": "^5.4.0", "overlayscrollbars": "^2.14.0", "overlayscrollbars-react": "^0.5.6", "papaparse": "^5.5.3", "parse-srcset": "^1.0.2", "pngjs": "^7.0.0", "react": "^19.2.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.2.0", "react-frame-component": "^5.2.7", "react-markdown": "^9.0.3", "react-resizable-panels": "^3.0.6", "react-zoom-pan-pinch": "^3.7.0", "recharts": "^2.15.4", "rehype-highlight": "^7.0.2", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "rehype-slug": "^6.0.0", "remark-flexible-toc": "^1.2.4", "remark-gfm": "^4.0.1", "remark-github-blockquote-alert": "^1.3.1", "rxjs": "^7.8.2", "semver": "^7.7.3", "shell-quote": "^1.8.3", "shiki": "^3.22.0", "sprintf-js": "^1.1.3", "streamdown": "^1.6.10", "tailwind-merge": "^3.5.0", "throttle-debounce": "^5.0.2", "unist-util-visit": "^5.1.0", "use-device-pixel-ratio": "^1.1.2", "uuid": "^13.0.0", "winston": "^3.19.0", "ws": "^8.19.0", "yaml": "^2.8.3" }, "packageManager": "npm@10.9.2", "workspaces": [ "docs", "tsunami/frontend" ] }