mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-06 20:32:55 +08:00
* feat(oauth2): add email format transformation support - Add enableEmailFormat, userEmailFormat, userEmailReplace fields - Support regex pattern matching and replacement template ($1, $2, etc.) - Add Linux Do OAuth2 template with email format pre-configured - Add input length limit (256 chars) to prevent ReDoS attacks - Update admin UI with conditional display and tooltips - Update documentation (zh/en) with configuration examples Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * chore: update lock files and version Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: restore accessTokenFormat as optional field Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "cloudflare_temp_email",
|
|
"version": "1.3.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"lint": "eslint src",
|
|
"deploy": "wrangler deploy --minify",
|
|
"start": "wrangler dev",
|
|
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20260123.0",
|
|
"@eslint/js": "9.39.1",
|
|
"@simplewebauthn/types": "10.0.0",
|
|
"@types/node": "^25.0.10",
|
|
"eslint": "9.39.1",
|
|
"globals": "^16.5.0",
|
|
"typescript-eslint": "^8.53.1",
|
|
"wrangler": "^4.60.0"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "3.888.0",
|
|
"@aws-sdk/s3-request-presigner": "3.888.0",
|
|
"@simplewebauthn/server": "10.0.1",
|
|
"hono": "^4.11.5",
|
|
"jsonpath-plus": "^10.3.0",
|
|
"mimetext": "^3.0.27",
|
|
"postal-mime": "^2.7.3",
|
|
"resend": "^6.8.0",
|
|
"telegraf": "4.16.3",
|
|
"worker-mailer": "^1.2.1"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"telegraf@4.16.3": "patches/telegraf@4.16.3.patch"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
|
|
}
|