/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/emails/package.json
36 строк
1 KB
David Dias
chore: standardize Front-End Checklist branding
30 май 2026, 06:29
30 май 2026, 06:29
786771f
Код
Авторство
О чём код?
{ "name": "@repo/emails", "version": "0.0.0", "private": true, "description": "Shared Resend helpers and React Email templates for Front-End Checklist", "exports": { ".": "./src/index.ts", "./server": "./src/server.ts" }, "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "lint": "biome check .", "preview": "email dev --dir ./emails --port 3001", "test": "NODE_OPTIONS=--experimental-vm-modules jest --watchman=false --passWithNoTests", "test:ci": "NODE_OPTIONS=--experimental-vm-modules jest --watchman=false --ci --passWithNoTests", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --watchman=false --coverage --ci --passWithNoTests", "typecheck": "tsc --noEmit" }, "dependencies": { "react": "catalog:", "react-dom": "catalog:", "react-email": "^6.5.0", "resend": "^6.12.4" }, "devDependencies": { "@repo/config-typescript": "workspace:^", "@types/jest": "catalog:", "@types/node": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:", "jest": "catalog:", "ts-jest": "catalog:", "typescript": "catalog:" } }