| 
									
										
										
										
											2024-08-04 05:18:08 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "@agentic/calculator", | 
					
						
							|  |  |  |   "version": "6.6.1", | 
					
						
							|  |  |  |   "description": "Agentic calculator tool wrapping mathjs.", | 
					
						
							|  |  |  |   "author": "Travis Fischer <travis@transitivebullsh.it>", | 
					
						
							|  |  |  |   "license": "MIT", | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git+https://github.com/transitive-bullshit/agentic.git" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "type": "module", | 
					
						
							|  |  |  |   "source": "./src/index.ts", | 
					
						
							|  |  |  |   "types": "./dist/index.d.ts", | 
					
						
							|  |  |  |   "sideEffects": false, | 
					
						
							|  |  |  |   "exports": { | 
					
						
							|  |  |  |     ".": { | 
					
						
							|  |  |  |       "types": "./dist/index.d.ts", | 
					
						
							|  |  |  |       "import": "./dist/index.js", | 
					
						
							|  |  |  |       "default": "./dist/index.js" | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "files": [ | 
					
						
							|  |  |  |     "dist" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2024-08-04 07:04:20 +00:00
										 |  |  |     "build": "tsup --config ../../tsup.config.ts", | 
					
						
							|  |  |  |     "dev": "tsup --config ../../tsup.config.ts --watch", | 
					
						
							| 
									
										
										
										
											2024-08-04 05:18:08 +00:00
										 |  |  |     "clean": "del dist", | 
					
						
							|  |  |  |     "test": "run-s test:*", | 
					
						
							|  |  |  |     "test:lint": "eslint .", | 
					
						
							|  |  |  |     "test:typecheck": "tsc --noEmit" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							|  |  |  |     "ky": "^1.5.0", | 
					
						
							|  |  |  |     "mathjs": "^13.0.3" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "peerDependencies": { | 
					
						
							|  |  |  |     "@agentic/core": "workspace:*", | 
					
						
							|  |  |  |     "zod": "^3.23.3" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							|  |  |  |     "@agentic/core": "workspace:*", | 
					
						
							|  |  |  |     "@agentic/tsconfig": "workspace:*" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "publishConfig": { | 
					
						
							|  |  |  |     "access": "public" | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |