{
  "name": "@optima-chat/bi-cli",
  "version": "0.4.1",
  "type": "module",
  "description": "Optima BI CLI - AI-friendly business intelligence tool",
  "main": "dist/index.js",
  "bin": {
    "bi-cli": "./dist/index.js"
  },
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "dependencies": {
    "axios": "^1.6.5",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "open": "^8.4.2",
    "ora": "^5.4.1",
    "table": "^6.8.1"
  },
  "devDependencies": {
    "@types/node": "^18.19.50",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "bi",
    "business-intelligence",
    "analytics",
    "cli",
    "optima"
  ],
  "files": [
    "dist"
  ]
}
