{ "name": "@mana/tool-registry", "version": "0.1.0", "private": true, "type": "module", "sideEffects": false, "description": "Single-source tool registry consumed by mana-ai (mission runner) and mana-mcp (MCP server). Each module declares its agent-callable operations once; both consumers derive their schemas from here.", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts", "./modules": "./src/modules/index.ts" }, "scripts": { "type-check": "tsc --noEmit", "lint": "eslint .", "test": "vitest run" }, "dependencies": { "@mana/shared-crypto": "workspace:*", "zod": "^3.25.76" }, "devDependencies": { "typescript": "^5.9.3", "vitest": "^4.1.3" } }