{ "name": "@elizaos/plugin-workflow", "version": "2.0.3-beta.7", "description": "ElizaOS plugin for generating and running workflows in-process", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "eliza-source": { "types": "./src/index.ts", "import": "./src/index.ts", "default": "./src/index.ts" }, "import": "./dist/index.js", "default": "./dist/index.js" }, "./*.css": "./dist/*.css", "./*": { "types": "./dist/*.d.ts", "eliza-source": { "types": "./src/*.ts", "import": "./src/*.ts", "default": "./src/*.ts" }, "import": "./dist/*.js", "default": "./dist/*.js" } }, "files": [ "registry-entry.json", "dist", "src", "auto-enable.ts" ], "elizaos": { "plugin": { "autoEnableModule": "./auto-enable.ts", "capabilities": [ "workflow", "automation" ] } }, "scripts": { "build": "node ../../packages/scripts/rm-path-recursive.mjs dist && tsc --noCheck -p tsconfig.json", "dev": "tsc --watch", "typecheck": "tsgo --noEmit -p tsconfig.typecheck.json", "test": "bun test", "test:unit": "bun test __tests__/unit/", "test:e2e": "node ../../packages/app-core/scripts/run-local-plugin-live-smoke.mjs", "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 ." }, "keywords": [ "elizaos", "plugin", "workflows", "workflow", "automation", "ai" ], "author": "Eliza Cloud Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/elizaos-plugins/plugin-workflow.git" }, "bugs": { "url": "https://github.com/elizaos-plugins/plugin-workflow/issues" }, "homepage": "https://github.com/elizaos-plugins/plugin-workflow#readme", "peerDependencies": { "@elizaos/core": "workspace:*", "@elizaos/shared": "workspace:*" }, "devDependencies": { "@biomejs/biome": "2.5.3", "@electric-sql/pglite": "^0.2.17", "@elizaos/core": "workspace:*", "@elizaos/shared": "workspace:*", "@types/bun": "^1.3.8", "@types/node": "^25.1.0", "bun-types": "^1.3.8", "typescript": "^6.0.3" }, "publishConfig": { "access": "public" }, "agentConfig": { "pluginType": "elizaos:plugin:1.0.0", "pluginParameters": {} }, "engines": { "node": ">=24.0.0" }, "dependencies": { "@elizaos/shared": "workspace:*", "drizzle-orm": "^0.45.1", "effect": "^3.21.1", "quickjs-emscripten": "0.32.0", "smithers-orchestrator": "0.26.1" } }