{ "name": "@elizaos/example-autonomous", "version": "2.0.0-beta.0", "description": "Sandboxed autonomous loop using local-ai + shell + inmemorydb", "type": "module", "scripts": { "start": "bun run autonomous.ts", "dev": "bun --watch run autonomous.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-inmemorydb": "workspace:*", "@elizaos/plugin-local-inference": "workspace:*", "@elizaos/plugin-shell": "workspace:*", "uuid": "^14.0.0" }, "devDependencies": { "@types/node": "^25.0.3", "typescript": "^6.0.3" }, "engines": { "node": ">=24.0.0" } }