{
  "name": "@routerlab/cli",
  "version": "1.1.0",
  "description": "CLI for routerlab — cost-quality routing for LLM APIs.",
  "license": "Apache-2.0",
  "author": "Faraazuddin Mohammed",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "route": "dist/index.js"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faraa2m/routerlab.git",
    "directory": "packages/cli"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "tsc -p tsconfig.json --noEmit",
    "test": "bun test"
  },
  "dependencies": {
    "@routerlab/core": "^1.2.0"
  }
}
