| 
									
										
										
										
											2025-06-24 12:34:22 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "@agentic/platform-tool-client", | 
					
						
							| 
									
										
										
										
											2025-06-29 11:15:52 +00:00
										 |  |  |   "version": "8.1.1", | 
					
						
							| 
									
										
										
										
											2025-06-30 17:49:00 +00:00
										 |  |  |   "description": "Main client for working with LLM tools hosted on the Agentic platform.", | 
					
						
							| 
									
										
										
										
											2025-06-24 12:34:22 +00:00
										 |  |  |   "author": "Travis Fischer <travis@transitivebullsh.it>", | 
					
						
							|  |  |  |   "license": "AGPL-3.0", | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							| 
									
										
										
										
											2025-06-25 03:37:46 +00:00
										 |  |  |     "url": "git+https://github.com/transitive-bullshit/agentic.git", | 
					
						
							| 
									
										
										
										
											2025-06-24 12:34:22 +00:00
										 |  |  |     "directory": "packages/tool-client" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2025-06-25 03:37:46 +00:00
										 |  |  |   "engines": { | 
					
						
							|  |  |  |     "node": ">=18" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2025-06-24 12:34:22 +00:00
										 |  |  |   "type": "module", | 
					
						
							| 
									
										
										
										
											2025-06-29 04:07:40 +00:00
										 |  |  |   "sideEffects": false, | 
					
						
							| 
									
										
										
										
											2025-06-24 12:34:22 +00:00
										 |  |  |   "source": "./src/index.ts", | 
					
						
							|  |  |  |   "types": "./src/index.ts", | 
					
						
							|  |  |  |   "exports": { | 
					
						
							|  |  |  |     ".": "./src/index.ts" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2025-06-25 03:23:49 +00:00
										 |  |  |     "build": "tsup", | 
					
						
							|  |  |  |     "clean": "del dist", | 
					
						
							| 
									
										
										
										
											2025-06-24 12:34:22 +00:00
										 |  |  |     "test": "run-s test:*", | 
					
						
							| 
									
										
										
										
											2025-06-25 02:11:02 +00:00
										 |  |  |     "test:typecheck": "tsc --noEmit" | 
					
						
							| 
									
										
										
										
											2025-06-24 12:34:22 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2025-06-29 04:39:23 +00:00
										 |  |  |     "@agentic/core": "workspace:*", | 
					
						
							| 
									
										
										
										
											2025-06-24 12:34:22 +00:00
										 |  |  |     "@agentic/platform-api-client": "workspace:*", | 
					
						
							|  |  |  |     "@agentic/platform-core": "workspace:*", | 
					
						
							|  |  |  |     "@agentic/platform-types": "workspace:*", | 
					
						
							|  |  |  |     "@agentic/platform-validators": "workspace:*", | 
					
						
							| 
									
										
										
										
											2025-06-29 13:37:06 +00:00
										 |  |  |     "ky": "catalog:", | 
					
						
							|  |  |  |     "zod": "catalog:" | 
					
						
							| 
									
										
										
										
											2025-06-25 03:23:49 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "publishConfig": { | 
					
						
							|  |  |  |     "access": "public", | 
					
						
							|  |  |  |     "files": [ | 
					
						
							|  |  |  |       "dist" | 
					
						
							|  |  |  |     ], | 
					
						
							| 
									
										
										
										
											2025-06-28 15:52:20 +00:00
										 |  |  |     "types": "./dist/index.ts", | 
					
						
							| 
									
										
										
										
											2025-06-25 03:23:49 +00:00
										 |  |  |     "exports": { | 
					
						
							|  |  |  |       ".": { | 
					
						
							|  |  |  |         "types": "./dist/index.d.ts", | 
					
						
							|  |  |  |         "import": "./dist/index.js", | 
					
						
							|  |  |  |         "default": "./dist/index.js" | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2025-06-24 12:34:22 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | } |