{
  "name": "@aikit/tool-routing",
  "version": "0.1.0",
  "description": "Tool routing rules and pre-dispatch compliance checker — single source of truth for tool routing policies",
  "private": true,
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.mts"
    }
  },
  "scripts": {
    "build": "tsdown",
    "clean": "rimraf dist",
    "test": "vitest run"
  },
  "devDependencies": {
    "rimraf": "^6.x",
    "tsdown": "^0.x",
    "typescript": "^6.x",
    "vitest": "^4.x"
  }
}
