{ "name": "@elizaos/example-form", "version": "2.0.0-beta.0", "description": "Form-driven elizaOS example agent.", "type": "module", "scripts": { "start": "bun ../chat/chat.ts", "dev": "bun --watch ../chat/chat.ts", "typecheck": "bun run --cwd ../chat typecheck", "test": "bun run --cwd ../chat typecheck", "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 ." }, "engines": { "node": ">=24.0.0" }, "elizaos": { "scripts": { "turboNonImportedBuildDeps": true } } }