{
  "name": "@trazum/cli",
  "version": "2.4.1",
  "description": "Trazum CLI: find where your LLM bill goes, price every finding per month, and enforce token budgets in CI.",
  "license": "MIT",
  "author": "David Mu\u00f1oz Rey",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Davmunrey/Trazum.git",
    "directory": "packages/cli"
  },
  "homepage": "https://trazum.vercel.app",
  "bugs": {
    "url": "https://github.com/Davmunrey/Trazum/issues"
  },
  "keywords": [
    "prompt",
    "llm",
    "tokens",
    "cost",
    "cli",
    "ci"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "trazum": "dist/index.js"
  },
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/index.js",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "npm run build && node --test test/*.test.js",
    "prepublishOnly": "npm run build && npm test"
  },
  "dependencies": {
    "@trazum/core": "2.4.1"
  },
  "devDependencies": {
    "@types/node": "^26.4.0",
    "typescript": "^7.0.2"
  },
  "engines": {
    "node": ">=20"
  }
}
