mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-10 09:57:01 +08:00
21 lines
531 B
JSON
21 lines
531 B
JSON
{
|
|
"name": "cloudflare-temp-email-e2e",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test:unit": "node --experimental-strip-types --test tests/unit/*.test.mjs",
|
|
"test": "docker compose up --build --abort-on-container-exit --exit-code-from e2e-runner",
|
|
"test:down": "docker compose down -v"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.63.0",
|
|
"@types/ws": "^8.18.1",
|
|
"hono": "^4.13.7",
|
|
"ws": "^8.21.3"
|
|
},
|
|
"dependencies": {
|
|
"imapflow": "^1.7.8",
|
|
"nodemailer": "^10.0.0"
|
|
}
|
|
}
|