| 
									
										
										
										
											2025-05-28 19:03:42 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "@agentic/platform-api-gateway", | 
					
						
							|  |  |  |   "private": true, | 
					
						
							|  |  |  |   "version": "0.1.0", | 
					
						
							|  |  |  |   "description": "Internal Agentic platform API gateway service.", | 
					
						
							|  |  |  |   "author": "Travis Fischer <travis@transitivebullsh.it>", | 
					
						
							|  |  |  |   "license": "UNLICENSED", | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git+https://github.com/transitive-bullshit/agentic-platform.git", | 
					
						
							|  |  |  |     "directory": "apps/gateway" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "type": "module", | 
					
						
							|  |  |  |   "source": "./src/worker.ts", | 
					
						
							|  |  |  |   "exports": { | 
					
						
							|  |  |  |     ".": { | 
					
						
							|  |  |  |       "import": "./src/worker.ts" | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "deploy": "wrangler deploy", | 
					
						
							|  |  |  |     "dev": "wrangler dev", | 
					
						
							|  |  |  |     "start": "wrangler dev", | 
					
						
							|  |  |  |     "cf-typegen": "wrangler types ./src/worker.d.ts", | 
					
						
							|  |  |  |     "clean": "del dist", | 
					
						
							|  |  |  |     "test": "run-s test:*", | 
					
						
							|  |  |  |     "test:lint": "eslint .", | 
					
						
							|  |  |  |     "test:typecheck": "tsc --noEmit" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2025-05-29 18:38:23 +00:00
										 |  |  |     "@agentic/platform": "workspace:*", | 
					
						
							| 
									
										
										
										
											2025-05-28 19:03:42 +00:00
										 |  |  |     "@agentic/platform-api-client": "workspace:*", | 
					
						
							|  |  |  |     "@agentic/platform-core": "workspace:*", | 
					
						
							|  |  |  |     "@agentic/platform-schemas": "workspace:*", | 
					
						
							|  |  |  |     "@agentic/platform-validators": "workspace:*", | 
					
						
							|  |  |  |     "@hono/zod-validator": "^0.6.0", | 
					
						
							|  |  |  |     "eventid": "catalog:", | 
					
						
							|  |  |  |     "hono": "catalog:", | 
					
						
							|  |  |  |     "type-fest": "catalog:" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							|  |  |  |     "wrangler": "^4.16.1" | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |