mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
ad69b8fbf8
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
39 lines
780 B
JSON
39 lines
780 B
JSON
{
|
|
"name": "create-email",
|
|
"version": "1.2.5",
|
|
"description": "The easiest way to get started with React Email",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"commander": "catalog:",
|
|
"fs-extra": "^11.3.3",
|
|
"log-symbols": "catalog:",
|
|
"ora": "catalog:"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/resend/react-email.git",
|
|
"directory": "packages/create-email"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"email"
|
|
],
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"bin": {
|
|
"create-email": "src/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"nypm": "catalog:",
|
|
"react": "catalog:",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|