chatgpt-api/packages/emails/package.json

38 wiersze
983 B
JSON

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