{ "name": "@elizaos/example-chat", "version": "2.0.0-beta.0", "description": "Interactive CLI chat with an AI agent using elizaOS", "type": "module", "scripts": { "start": "bun run chat.ts", "dev": "bun --watch run chat.ts", "test": "bun test", "lint": "bunx @biomejs/biome check --write --unsafe .", "lint:check": "bunx @biomejs/biome check .", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format .", "typecheck": "tsgo --noEmit" }, "dependencies": { "@elizaos/core": "workspace:*", "@elizaos/plugin-openai": "workspace:*", "@elizaos/plugin-anthropic": "workspace:*", "@elizaos/plugin-xai": "workspace:*", "@elizaos/plugin-google-genai": "workspace:*", "@elizaos/plugin-groq": "workspace:*", "@elizaos/plugin-sql": "workspace:*", "dotenv": "^17.0.0" }, "devDependencies": { "@types/node": "^25.0.3", "typescript": "^6.0.3" }, "engines": { "node": ">=24.0.0" } }