{ "name": "eliza-next-example", "version": "2.0.0-beta.0", "type": "module", "scripts": { "dev": "next dev", "build": "node scripts/build.mjs", "clean": "rm -rf .next .next-build tsconfig.tsbuildinfo", "start": "next start", "test": "bun test", "lint": "bunx @biomejs/biome check --write --unsafe .", "lint:check": "bunx @biomejs/biome check .", "typecheck": "tsgo --noEmit", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format ." }, "dependencies": { "@elizaos/core": "workspace:*", "@elizaos/plugin-openai": "workspace:*", "@elizaos/plugin-sql": "workspace:*", "next": "^15.1.0", "react": "19.2.3", "react-dom": "19.2.3", "uuid": "^14.0.0", "zlib-sync": "^0.1.10" }, "devDependencies": { "@types/node": "^25.0.3", "@types/react": "19.2.3", "@types/react-dom": "19.2.3", "typescript": "^6.0.3" } }