{
  "name": "@wix/create-app",
  "description": "Create Wix apps",
  "version": "0.0.225",
  "author": "Ihor Machuzhak",
  "bin": "bin/index.cjs",
  "devDependencies": {
    "@commander-js/extra-typings": "^13.0.0",
    "@types/is-git-url": "^1.0.2",
    "@types/lodash": "^4.17.16",
    "@types/react": "^18.3.3",
    "@types/semver": "^7.5.8",
    "@types/validate-npm-package-name": "^4.0.2",
    "@vercel/detect-agent": "^1.2.1",
    "@wix/bi-logger-dev-tools-data": "^1.169.0",
    "@wix/cli-auth": "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-i18n": "0.0.0",
    "@wix/cli-panorama": "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/create-app-definitions": "0.0.0",
    "@wix/dev-center-client": "0.0.0",
    "@wix/gena": "0.0.0",
    "@wix/package-manager": "0.0.0",
    "@wix/tsup-configs": "0.0.0",
    "commander": "^13.0.0",
    "globby": "^14.1.0",
    "is-git-url": "^1.0.0",
    "lodash": "^4.18.1",
    "package-json": "^10.0.1",
    "react": "^18.3.1",
    "semver": "^7.6.3",
    "tempy": "^3.1.0",
    "validate-npm-package-name": "^5.0.1",
    "variant": "^3.0.0-dev.27",
    "zod": "^3.24.2"
  },
  "engines": {
    "node": ">= 20.11.0"
  },
  "files": [
    "bin",
    "build",
    "templates"
  ],
  "homepage": "https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-cli/get-started/quick-start",
  "keywords": [
    "wix",
    "wix-cli"
  ],
  "perfer": {
    "bundleSize": {
      "files": [
        {
          "glob": "./build/index.js",
          "maxSize": "600kb"
        }
      ]
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "run -T tsup",
    "build:watch": "run -T build:watch --filter='@wix/create-app'",
    "dev:npm": "npx $INIT_CWD",
    "dev:yarn": "yarn create @wix/app@portal:$INIT_CWD",
    "test": "yarn workspace @wix/create-app-spec run test",
    "test:watch": "yarn workspace @wix/create-app-spec run test:watch",
    "typecheck": "run -T tsc --noEmit"
  },
  "type": "module",
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "wix-create-app"
    },
    "validations": {
      "postBuild": [
        "typecheck"
      ]
    }
  },
  "falconPackageHash": "7ababa0d94854546cb71dd7a5c0191cdf9a0969debee37369fb17faa"
}