{
  "name": "@zibby/cli",
  "version": "2.0.25",
  "description": "Zibby CLI - Test automation generator and runner",
  "type": "module",
  "bin": {
    "zibby": "./dist/bin/zibby.js",
    "zb": "./dist/bin/zibby.js"
  },
  "scripts": {
    "build": "node ../scripts/build.mjs --extra-dirs bin",
    "test": "vitest run test/auth*.test.js test/two-layer-auth.test.js test/trigger-params.test.js test/trigger-helpers.test.js test/deploy-helpers.test.js test/source-envelope-skip-parity.test.js test/deploy-sources-upload.test.js test/deploy-bundles-user-config.test.js test/deploy-skip-unchanged.test.js test/deploy-warm-flag.test.js test/deploy-cron-flag.test.js test/schedule-helpers.test.js test/deploy-402-formatter.test.js test/run-loads-user-config.test.js test/env-helpers.test.js test/mcp-install-helpers.test.js test/version-flag-scope.test.js test/env-cli.test.js test/prompt-cli.test.js test/mcp-token-cli.test.js test/integrations-cli.test.js test/credentials-file.test.js test/credentials-api.test.js test/sidecar-cli.test.js test/credentials-loader.test.js test/cli-namespace-consistency.test.js test/cli-workflow-subcommands.test.js test/template-resolver.test.js test/workflow-new-template.test.js test/runner-input-state-shape.test.js test/run-bundle-core-import.test.js test/start-respects-config.test.js test/sse-backoff.test.js test/sse-reconnect-loop.test.js test/run-helpers.test.js test/setup-deps.test.js test/run-banner.test.js test/run-banner-e2e.test.js test/sse-parser.test.js test/cloud-creds-check.test.js test/managed-block.test.js test/init-writes-claude-not-cursor.test.js test/app-deploy-solo.test.js test/app-run-solo.test.js src/utils/__tests__/progress-reporter.test.js src/utils/__tests__/run-network-doors-bounded.test.js src/utils/__tests__/inbox-pump.test.js src/utils/__tests__/setup-progress.test.js test/init-memory-sync.test.js test/mcp-shell-rc.test.js test/agent-helpers-gate.test.js test/agent-paths.test.js test/deploy-dup-name-guard.test.js test/playwright-config-gate.test.js test/apply-memory-sync-config.test.js test/workflow-validate.test.js test/deploy-ai-agent.test.js test/workflow-name-helpers.test.js test/hosted-memory-sync.test.js test/progress-middleware.test.js test/progress-middleware-timeline.test.js test/engine-logger.test.js test/template-add.test.js test/run-local.test.js test/run-local-e2e.test.js test/version-drift.test.js test/studio-launch-env.test.js test/cli-help-lists-every-command.test.js",
    "test:unit": "vitest run src/",
    "test:auth": "vitest run test/auth*.test.js test/two-layer-auth.test.js",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "prepack": "npm run build"
  },
  "keywords": [
    "testing",
    "automation",
    "e2e",
    "playwright",
    "ai"
  ],
  "author": "Zibby",
  "license": "UNLICENSED",
  "homepage": "https://zibby.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/ZibbyDev/zibby-agent"
  },
  "bugs": {
    "url": "https://github.com/ZibbyDev/zibby-agent/issues"
  },
  "dependencies": {
    "@aws-sdk/client-sqs": "^3.1038.0",
    "@zibby/agent-workflow": "2.0.25",
    "@zibby/core": "2.0.25",
    "@zibby/skills": "2.0.25",
    "@zibby/ui-memory": "2.0.25",
    "@zibby/workflow-templates": "^0.11.7",
    "adm-zip": "^0.6.0",
    "chalk": "^5.3.0",
    "cli-highlight": "^2.1.11",
    "commander": "^12.0.0",
    "cronstrue": "^3.14.0",
    "dotenv": "^17.4.1",
    "express": "^4.18.2",
    "glob": "^13.0.0",
    "handlebars": "^4.7.9",
    "inquirer": "^13.4.1",
    "mem0ai": "npm:@zibby/mem0ai@^3.0.5",
    "open": "^10.2.0",
    "ora": "^8.0.1",
    "tar": "^7.5.2",
    "ws": "^8.20.0"
  },
  "files": [
    "dist/",
    "templates/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "esbuild": "^0.28.0",
    "vitest": "^4.1.4"
  }
}
