chatgpt-api/packages/emails/package.json

38 wiersze
983 B
JSON
Czysty Zwykły widok Historia

2025-06-04 20:00:28 +00:00
{
"name": "@agentic/platform-emails",
"private": true,
2025-06-28 15:53:04 +00:00
"version": "8.0.2",
2025-06-04 20:00:28 +00:00
"description": "Email templates for the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
2025-06-20 04:05:47 +00:00
"license": "AGPL-3.0",
2025-06-04 20:00:28 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/transitive-bullshit/agentic.git",
2025-06-04 20:00:28 +00:00
"directory": "packages/emails"
},
"type": "module",
"source": "./src/index.ts",
"types": "./src/index.ts",
"sideEffects": false,
"exports": {
".": "./src/index.ts"
},
"scripts": {
"preview": "email dev --dir src/emails --port 3030",
"test": "run-s test:*",
2025-06-04 20:02:00 +00:00
"test:typecheck": "tsc --noEmit"
2025-06-04 20:00:28 +00:00
},
"dependencies": {
"@agentic/platform-core": "workspace:*",
2025-06-11 23:16:45 +00:00
"@react-email/components": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"resend": "catalog:"
2025-06-04 20:00:28 +00:00
},
"devDependencies": {
2025-06-11 23:16:45 +00:00
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"react-email": "catalog:"
2025-06-04 20:00:28 +00:00
}
}