{
  "name": "@qawolf/cli",
  "version": "1.32.0",
  "description": "Run and manage QA Wolf flows from the terminal, CI, or an AI agent",
  "keywords": [
    "automation",
    "cli",
    "e2e",
    "playwright",
    "qa",
    "qawolf",
    "testing"
  ],
  "homepage": "https://docs.qawolf.com",
  "bugs": {
    "url": "https://github.com/qawolf/cli/issues"
  },
  "license": "Apache-2.0",
  "author": "QA Wolf <support@qawolf.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qawolf/cli.git"
  },
  "bin": {
    "qawolf": "dist/cli.js"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/cli.js",
    "dist/runner-sdk.js",
    "dist/types/runnerSdk/index.d.ts",
    "dist/types/runnerSdk/types.d.ts",
    "skills"
  ],
  "type": "module",
  "exports": {
    "./runner-sdk": {
      "types": "./dist/types/runnerSdk/index.d.ts",
      "import": "./dist/runner-sdk.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "bun run build:bundle",
    "build:binary": "bun run build && bun scripts/buildBinary.ts",
    "build:bundle": "bun run generate && bun scripts/build.ts",
    "build:types-gate": "bun scripts/checkSdkTypes.ts",
    "dev": "bun run src/main.ts",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "generate": "bun scripts/genDependencyVersions.ts && bun scripts/genSkillMd.ts",
    "install:binary": "bun run build:binary && mkdir -p ~/.local/bin && cp dist/qawolf ~/.local/bin/qawolf",
    "install:local": "bun run build && npm link",
    "knip": "knip",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "postbuild": "bun scripts/postbuild.ts",
    "prepare": "git config core.hooksPath .githooks || true",
    "test": "bun run generate && bun test",
    "test:watch": "bun test --watch",
    "typecheck": "bun run generate && tsc --noEmit",
    "uninstall:binary": "rm ~/.local/bin/qawolf",
    "uninstall:local": "npm unlink -g @qawolf/cli",
    "version-packages": "changeset version && bun run format"
  },
  "dependencies": {
    "@clack/prompts": "1.5.1",
    "@napi-rs/keyring": "1.3.0",
    "@oxc-node/core": "0.1.0",
    "@qawolf/api-contracts": "0.53.0",
    "@qawolf/emails": "1.1.1",
    "@qawolf/flow-targets": "1.0.0",
    "@qawolf/flows": "0.1.4",
    "@qawolf/testkit": "1.2.1",
    "commander": "14.0.3",
    "env-paths": "4.0.0",
    "picomatch": "4.0.4",
    "pino": "10.3.1",
    "playwright": "1.62.0",
    "superjson": "2.2.6",
    "tar": "7.5.21",
    "tinyglobby": "0.2.17",
    "typescript": "6.0.3",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@changesets/cli": "2.31.0",
    "@tsconfig/bun": "1.0.10",
    "@tsconfig/strictest": "2.0.8",
    "@types/bun": "1.4.1",
    "@types/picomatch": "4.0.3",
    "@wdio/globals": "9.29.1",
    "@wdio/logger": "9.18.0",
    "appium": "3.6.0",
    "appium-uiautomator2-driver": "8.4.0",
    "expect-webdriverio": "5.6.5",
    "knip": "6.16.1",
    "oxfmt": "0.54.0",
    "oxlint": "1.69.0",
    "oxlint-tsgolint": "0.23.0",
    "webdriverio": "9.27.1"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "packageManager": "bun@1.4.2"
}
