@wix/cli
Version:
CLI tool for building Wix sites and applications
108 lines • 2.74 kB
JSON
{
"name": "@wix/cli",
"description": "CLI tool for building Wix sites and applications",
"version": "1.1.226",
"bin": {
"wix": "bin/wix.cjs"
},
"dependencies": {
"@wix/agent-skills": "^1.1.0",
"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",
"@vercel/detect-agent": "^1.2.1",
"@wix/bi-logger-dev-tools-data": "^1.169.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-plugin-config": "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"
},
"exports": {
"./config": {
"types": "./build/exports/config.d.ts",
"import": "./build/exports/config.js"
},
"./package.json": "./package.json"
},
"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": "01bb02f37e63965d4afd95960df061ee896d5909da5ba02ca1e7d457"
}