mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 05:02:50 +08:00
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"name": "temp-email-pages",
|
|
"version": "0.8.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "wrangler pages dev",
|
|
"deploy": "wrangler pages deploy --branch production"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"wrangler": "^3.91.0"
|
|
}
|
|
}
|