| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "@agentic/mastra", | 
					
						
							| 
									
										
										
										
											2025-07-01 17:05:35 +00:00
										 |  |  |   "version": "8.3.1", | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |   "description": "Agentic adapter for the Mastra AI Agent SDK.", | 
					
						
							|  |  |  |   "author": "Travis Fischer <travis@transitivebullsh.it>", | 
					
						
							|  |  |  |   "license": "MIT", | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							| 
									
										
										
										
											2025-04-09 11:06:55 +00:00
										 |  |  |     "url": "git+https://github.com/transitive-bullshit/agentic.git", | 
					
						
							| 
									
										
										
										
											2025-06-29 05:17:55 +00:00
										 |  |  |     "directory": "stdlib/mastra" | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "type": "module", | 
					
						
							|  |  |  |   "sideEffects": false, | 
					
						
							| 
									
										
										
										
											2025-06-29 04:07:40 +00:00
										 |  |  |   "source": "./src/index.ts", | 
					
						
							| 
									
										
										
										
											2025-06-29 07:08:53 +00:00
										 |  |  |   "types": "./dist/index.ts", | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |   "exports": { | 
					
						
							| 
									
										
										
										
											2025-06-29 07:08:53 +00:00
										 |  |  |     ".": { | 
					
						
							|  |  |  |       "types": "./dist/index.d.ts", | 
					
						
							|  |  |  |       "import": "./dist/index.js", | 
					
						
							|  |  |  |       "default": "./dist/index.js" | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2025-06-29 07:08:53 +00:00
										 |  |  |   "files": [ | 
					
						
							|  |  |  |     "dist" | 
					
						
							|  |  |  |   ], | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2025-03-18 15:16:05 +00:00
										 |  |  |     "build": "tsup", | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |     "clean": "del dist", | 
					
						
							|  |  |  |     "test": "run-s test:*", | 
					
						
							|  |  |  |     "test:typecheck": "tsc --noEmit", | 
					
						
							|  |  |  |     "test:unit": "vitest run" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2025-06-29 05:17:55 +00:00
										 |  |  |     "@agentic/core": "workspace:*", | 
					
						
							| 
									
										
										
										
											2025-06-29 06:25:50 +00:00
										 |  |  |     "@agentic/platform-tool-client": "workspace:*", | 
					
						
							| 
									
										
										
										
											2025-07-01 12:00:30 +00:00
										 |  |  |     "@mastra/schema-compat": "catalog:", | 
					
						
							| 
									
										
										
										
											2025-06-29 06:25:50 +00:00
										 |  |  |     "ai": "catalog:" | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "peerDependencies": { | 
					
						
							| 
									
										
										
										
											2025-03-18 12:35:07 +00:00
										 |  |  |     "@mastra/core": "catalog:" | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							| 
									
										
										
										
											2025-03-18 12:35:07 +00:00
										 |  |  |     "@mastra/core": "catalog:" | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "publishConfig": { | 
					
						
							| 
									
										
										
										
											2025-06-29 07:08:53 +00:00
										 |  |  |     "access": "public" | 
					
						
							| 
									
										
										
										
											2025-03-16 10:59:57 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | } |