{ "name": "@metabuilder/workflow-plugin-message-threading", "version": "1.0.0", "description": "Message threading node executor - Group email messages by conversation thread (Phase 6)", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "type-check": "tsc --noEmit", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": ["workflow", "plugin", "email", "threading", "conversation", "message-grouping"], "author": "MetaBuilder Team", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "jest": "^29.7.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "peerDependencies": { "@metabuilder/workflow": "^3.0.0" }, "repository": { "type": "git", "url": "https://github.com/metabuilder/metabuilder.git", "directory": "workflow/plugins/ts/integration/email/message-threading" } }