{
  "name": "@cachly-dev/cli",
  "version": "0.4.1",
  "description": "Terminal CLI for Cachly — manage AI Brain instances, live cache ops, benchmarks, cost estimates, and Redis migrations. Works with free tier.",
  "type": "module",
  "bin": {
    "cachly": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "postinstall": "node scripts/postinstall.js",
    "dev": "tsc --watch",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "cachly",
    "cache",
    "redis",
    "cli",
    "valkey",
    "semantic-cache",
    "ai-memory",
    "ai-brain",
    "llm",
    "mcp",
    "instance-management",
    "redis-cli",
    "developer-tools",
    "benchmark",
    "cost-savings"
  ],
  "dependencies": {
    "commander": "^12.1.0",
    "ioredis": "^5.4.1",
    "ora": "^8.1.1",
    "chalk": "^5.3.0",
    "table": "^6.8.2"
  },
  "devDependencies": {
    "@types/node": "^22",
    "typescript": "^5",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cachly-dev/cachly-js",
    "directory": "packages/cli"
  },
  "homepage": "https://cachly.dev/docs/cli",
  "files": [
    "dist",
    "!dist/__tests__",
    "scripts/postinstall.js",
    "README.md"
  ]
}
