UNPKG

@wix/cli

Version:

CLI tool for building Wix sites and applications

94 lines 2.33 kB
{ "name": "@wix/cli", "description": "CLI tool for building Wix sites and applications", "version": "1.1.96", "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-wix-cli": "^1.45.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-error": "0.0.0", "@wix/cli-error-reporting": "0.0.0", "@wix/cli-fs": "0.0.0", "@wix/cli-logger": "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" ], "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": "e27820359a6d0b916dc4a784f1584d4b2edebc6c6a9485efcb1879c6" }