| 
									
										
										
										
											2025-06-04 20:00:28 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "@agentic/platform-emails", | 
					
						
							| 
									
										
										
										
											2025-06-25 03:23:49 +00:00
										 |  |  |   "private": true, | 
					
						
							| 
									
										
										
										
											2025-06-28 15:47:12 +00:00
										 |  |  |   "version": "8.0.1", | 
					
						
							| 
									
										
										
										
											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", | 
					
						
							| 
									
										
										
										
											2025-06-25 03:37:46 +00:00
										 |  |  |     "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
										 |  |  |   } | 
					
						
							|  |  |  | } |