{
  "name": "@jelou/cli",
  "version": "1.69.1",
  "description": "Build AI agents on the Jelou platform — from your terminal or your AI editor.",
  "author": "Jelou Inc. (https://jelou.ai)",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/JelouLatam/jelou-cli.git"
  },
  "homepage": "https://jelou.ai",
  "bin": {
    "jelou": "bin/jelou"
  },
  "scripts": {
    "postinstall": "node bin/postinstall.js"
  },
  "files": [
    "bin/",
    "lib/",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "optionalDependencies": {
    "@jelou/cli-darwin-arm64": "1.69.1",
    "@jelou/cli-darwin-x64": "1.69.1",
    "@jelou/cli-linux-x64": "1.69.1",
    "@jelou/cli-linux-arm64": "1.69.1",
    "@jelou/cli-win32-x64": "1.69.1"
  },
  "keywords": [
    "jelou",
    "cli",
    "ai-agents",
    "agent-skills",
    "agents",
    "agentic",
    "workflows",
    "functions",
    "serverless",
    "whatsapp",
    "whatsapp-bot",
    "whatsapp-campaigns",
    "claude-code",
    "cursor",
    "codex",
    "windsurf",
    "mcp",
    "channels"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "jelou": {
    "minVersion": "1.65.0",
    "release_notes": {
      "version": "1.69.1",
      "date": "2026-07-12",
      "headline": "`jelou shop` reaches npm, with safer and faster workflow synchronization.",
      "highlights": [
        {
          "type": "new",
          "text": "`jelou shop` now includes storefront product search, usage and activity reporting, coupon management, order details, bulk imports, and category/product image commands."
        },
        {
          "type": "fixed",
          "text": "`jelou functions init` now scaffolds projects with the same supported `@jelou/functions` version used by the CLI."
        },
        {
          "type": "fixed",
          "text": "`jelou push` and `jelou pull` recover stale file locks correctly on Windows after a crashed process."
        },
        {
          "type": "improved",
          "text": "`jelou push` processes independent operations concurrently within each ordered phase, reducing synchronization time for larger workflows."
        },
        {
          "type": "improved",
          "text": "Workflow generation and file writes now use tighter filesystem permissions, and WhatsApp send confirmations are single-use."
        }
      ]
    }
  }
}
