{ "name": "@agentic/calculator", "version": "7.3.2", "description": "Agentic calculator tool wrapping mathjs.", "author": "Travis Fischer ", "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": { "build": "tsup --config ../../tsup.config.ts", "dev": "tsup --config ../../tsup.config.ts --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", "test:typecheck": "tsc --noEmit" }, "dependencies": { "@agentic/core": "workspace:*", "mathjs": "^13.0.3" }, "peerDependencies": { "zod": "^3.24.2" }, "devDependencies": { "@agentic/tsconfig": "workspace:*" }, "publishConfig": { "access": "public" } }