{
  "name": "ai-log-analyzer",
  "module": "index.ts",
  "version": "0.0.3",
  "description": "CLI tool that analyzes logs using AI to identify errors and notable patterns",
  "author": "Sudhanshu Gautam",
  "license": "MIT",
  "keywords": ["log", "analyzer", "log-analyzer", "ai", "cli"],
  "repository": {
    "type": "git",
    "url": "https://github.com/sudhanshug16/log-analyzer.git"
  },
  "bin": {
    "ai-log-analyzer": "./index.ts",
    "ala": "./index.ts"
  },
  "scripts": {
    "start": "bun run index.ts"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "private": false,
  "type": "module",
  "dependencies": {
    "gpt-tokenizer": "^2.9.0",
    "openai": "^4.96.0",
    "tokenizers": "^0.13.3"
  }
}
