{ "name": "@dexto/image-local", "version": "1.5.6", "description": "Local development base image for Dexto agents with filesystem and process tools", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsx ../image-bundler/dist/cli.js build", "test": "vitest run", "test:integ": "vitest run", "typecheck": "tsc --noEmit", "clean": "rm -rf dist" }, "keywords": [ "dexto", "image", "local-development", "base-image", "filesystem", "process" ], "dependencies": { "@dexto/agent-management": "workspace:*", "@dexto/core": "workspace:*", "@dexto/tools-filesystem": "workspace:*", "@dexto/tools-plan": "workspace:*", "@dexto/tools-process": "workspace:*", "@dexto/tools-todo": "workspace:*" }, "devDependencies": { "@dexto/image-bundler": "workspace:*", "typescript": "^5.3.3" }, "files": [ "dist", "README.md" ] }