mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-06 20:32:55 +08:00
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"name": "temp-email-pages",
|
|
"version": "0.9.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "wrangler pages dev",
|
|
"deploy": "wrangler pages deploy --branch production"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"wrangler": "^3.109.2"
|
|
}
|
|
}
|