{
  "name": "@evlog/cli",
  "version": "0.6.3",
  "description": "The official command line for evlog",
  "author": "HugoRCD <contact@evlog.dev>",
  "homepage": "https://evlog.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evloghq/evlog.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/evloghq/evlog/issues"
  },
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20.0.0"
  },
  "bin": {
    "evlog": "./bin/evlog.mjs"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "bin",
    "dist",
    "README.md"
  ],
  "keywords": [
    "evlog",
    "cli",
    "wide-events",
    "doctor",
    "map",
    "citty",
    "structured-logging",
    "telemetry"
  ],
  "dependencies": {
    "@clack/prompts": "^1.8.0",
    "@evlog/telemetry": "0.3.1",
    "citty": "^0.2.2",
    "evlog": "2.29.0",
    "oxc-parser": "^0.149.0",
    "tinyglobby": "^0.2.17"
  },
  "devDependencies": {
    "tsdown": "^0.23.0",
    "tsx": "^4.23.13",
    "typescript": "^6.0.3",
    "vitest": "^4.1.11"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "dev:prepare": "tsdown",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "typecheck": "echo 'Typecheck handled by build'"
  }
}