{ "name": "alga-psa-e2e-tests", "version": "1.0.0", "description": "End-to-end tests for Alga PSA email processing", "main": "index.js", "type": "module", "scripts": { "test": "node test-suite.js", "test:email": "node tests/email-processing.js", "test:workflow": "node tests/workflow-processing.js", "test:integration": "node tests/integration.js", "setup": "node setup-test-data.js", "cleanup": "node cleanup-test-data.js" }, "dependencies": { "axios": "^1.16.0", "nodemailer": "^8.0.0", "pg": "^8.12.0", "redis": "^4.7.0" }, "devDependencies": { "@types/node": "^20.0.0" }, "keywords": [ "e2e", "testing", "email", "workflow" ], "author": "Alga PSA Team", "license": "MIT", "overrides": { "protobufjs": "^7.5.8", "@protobufjs/utf8": ">=1.1.1", "fast-uri": ">=3.1.2", "fast-xml-parser": ">=5.7.0", "fast-xml-builder": ">=1.1.7", "basic-ftp": ">=5.3.1", "picomatch": ">=2.3.2", "postcss": ">=8.5.10", "ws": ">=8.20.1", "dompurify": ">=3.4.0", "uuid": ">=11.1.1", "follow-redirects": ">=1.16.0", "ip-address": ">=10.1.1", "vite": ">=6.4.2", "lodash": ">=4.18.1", "path-to-regexp@0.1": "0.1.12", "brace-expansion": ">=1.1.13" } }