{
  "name": "@exweiv/wix-react",
  "version": "2.3.5",
  "description": "Integrate React with your Wix powered website. With optional extra tools.",
  "scripts": {
    "setup": "node ./tools/setup.js",
    "build": "node ./tools/build.js",
    "pinstall": "node ./tools/pinstall.js"
  },
  "bin": "./tools/create.js",
  "keywords": [
    "wix react",
    "velo react",
    "velo",
    "exweiv-studio"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "git@github.com:ExWeiv/wix-react.git",
    "type": "git"
  },
  "engines": {
    "node": ">=18.17.1"
  },
  "type": "module",
  "devDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "child_process": "^1.0.2",
    "commander": "^12.1.0",
    "execa": "^9.3.0",
    "fs-extra": "^11.2.0",
    "inquirer": "^10.1.6",
    "ncp": "^2.0.0",
    "ora": "^8.0.1"
  }
}