{
  "name": "@wix/create-new",
  "description": "General entry point for creating Wix projects",
  "version": "0.0.96",
  "bin": "bin/index.cjs",
  "devDependencies": {
    "@commander-js/extra-typings": "^13.0.0",
    "@vercel/detect-agent": "^1.2.1",
    "@wix/app-command": "0.0.0",
    "@wix/cli-auth": "0.0.0",
    "@wix/cli-error-reporting": "0.0.0",
    "@wix/cli-panorama": "0.0.0",
    "@wix/cli-test-overrides": "0.0.0",
    "@wix/create-app-definitions": "0.0.0",
    "@wix/headless-command": "0.0.0",
    "@wix/package-manager": "0.0.0",
    "@wix/tsup-configs": "0.0.0"
  },
  "engines": {
    "node": ">= 20.11.0"
  },
  "files": [
    "bin",
    "build",
    "templates"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "run -T tsup",
    "build:watch": "run -T build:watch --filter='@wix/create-new'",
    "dev:npm": "npx $INIT_CWD",
    "dev:yarn": "yarn create @wix/create-new@portal:$INIT_CWD",
    "test": "yarn workspace @wix/create-new-spec run test",
    "test:watch": "yarn workspace @wix/create-new-spec run test:watch",
    "typecheck": "run -T tsc --noEmit"
  },
  "type": "module",
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "wix-cli-create-new"
    },
    "validations": {
      "postBuild": [
        "typecheck"
      ]
    }
  },
  "falconPackageHash": "03df5acf56be32a23ff1a919ffd4037c2e1b238ec7585502b3f5cab6"
}