{
  "name": "@wix/cli",
  "description": "CLI tool for building Wix sites and applications",
  "version": "1.1.175",
  "bin": {
    "wix": "bin/wix.cjs"
  },
  "dependencies": {
    "node-gyp": "^8.4.1"
  },
  "devDependencies": {
    "@commander-js/extra-typings": "^13.0.0",
    "@types/columnify": "^1.5.4",
    "@types/react": "^18.3.3",
    "@types/semver": "^7.5.8",
    "@wix/bi-logger-dev-tools-data": "^1.153.0",
    "@wix/cli-astro-commands": "0.0.0",
    "@wix/cli-auth": "0.0.0",
    "@wix/cli-command-contract": "0.0.0",
    "@wix/cli-core-definitions": "0.0.0",
    "@wix/cli-debug-log": "0.0.0",
    "@wix/cli-env": "0.0.0",
    "@wix/cli-error": "0.0.0",
    "@wix/cli-error-reporting": "0.0.0",
    "@wix/cli-fs": "0.0.0",
    "@wix/cli-http-client-react": "0.0.0",
    "@wix/cli-logger": "0.0.0",
    "@wix/cli-panorama": "0.0.0",
    "@wix/cli-site": "0.0.0",
    "@wix/cli-site-live": "0.0.0",
    "@wix/cli-site-old": "0.0.0",
    "@wix/cli-telemetry": "0.0.0",
    "@wix/cli-telemetry-react": "0.0.0",
    "@wix/cli-test-overrides": "0.0.0",
    "@wix/cli-ui-kit": "0.0.0",
    "@wix/cli-user-config": "0.0.0",
    "@wix/cli-version-manager": "0.0.0",
    "@wix/tsup-configs": "0.0.0",
    "chalk": "^5.4.1",
    "columnify": "^1.6.0",
    "commander": "^13.0.0",
    "globby": "^14.1.0",
    "react": "^18.3.1",
    "semver": "^7.6.3",
    "variant": "^3.0.0-dev.27",
    "zod": "^3.24.2"
  },
  "engines": {
    "node": ">= 20.11.0"
  },
  "files": [
    "bin",
    "build",
    "templates",
    "agents"
  ],
  "keywords": [
    "wix",
    "wix-cli"
  ],
  "optionalDependencies": {
    "fsevents": "^2.3.2"
  },
  "perfer": {
    "bundleSize": {
      "files": [
        {
          "glob": "./build/index.js",
          "maxSize": "985kb"
        }
      ]
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "run -T tsup",
    "build:watch": "run -T build:watch --filter='@wix/cli'",
    "test": "yarn workspace @wix/cli-core-spec run test",
    "test:watch": "yarn workspace @wix/cli-core-spec run test:watch",
    "typecheck": "run -T tsc --noEmit"
  },
  "type": "module",
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.npm",
      "artifactId": "wix-cli"
    },
    "validations": {
      "postBuild": [
        "typecheck"
      ]
    }
  },
  "falconPackageHash": "5cb9e0a4976ae0f7a0a5ab8bf5e8cfbae65e457f048ad697ed585953"
}