{
  "name": "@salla.sa/cli",
  "version": "3.2.56",
  "description": "The Official Salla Command Line Interface",
  "author": "Salla App (https://github.com/SallaApp)",
  "keywords": [
    "node",
    "cli",
    "salla",
    "laravel",
    "express",
    "ksa",
    "e-commerce"
  ],
  "homepage": "https://salla.dev",
  "preferGlobal": true,
  "bin": {
    "salla": "dist/salla.js"
  },
  "license": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SallaApp/Salla-CLI.git"
  },
  "bugs": {
    "url": "https://github.com/SallaApp/Salla-CLI/issues"
  },
  "scripts": {
    "start": "node entry.js",
    "build": "node scripts/createDist.js && webpack",
    "test": "mocha ./test/cli/all-tests.js --exit  --timeout -1",
    "test:unit": "mocha \"./test/cli/**/*.unit.test.js\" --exit --timeout 20000",
    "//postinstall": "node scripts/postinstall.js"
  },
  "files": [
    "dist/"
  ],
  "engines": {
    "node": ">=22.12.0"
  },
  "dependencies": {
    "@salla.sa/app-functions-guard": "^0.1.0",
    "cloudflared": "^0.4.0",
    "esbuild": "^0.28.1",
    "git-url-parse": "^16.1.0",
    "open": "^11.0.0",
    "pacote": "^22.0.0"
  },
  "devDependencies": {
    "@octokit/rest": "^22.0.1",
    "@salla.sa/event": "^1.0.19",
    "@salla.sa/websocket": "2.0.11",
    "@sentry/node": "^7.16.0",
    "analytics-node": "^6.2.0",
    "asciiart-logo": "^0.2.6",
    "async": "^3.2.2",
    "axios": "^1.4.0",
    "chalk-animation": "^2.0.3",
    "child_process": "^1.0.2",
    "chokidar": "~5.0.0",
    "cli-color": "^2.0.1",
    "cli-progress": "^3.9.1",
    "cli-select": "^1.1.2",
    "cli-table3": "^0.6.5",
    "command-exists": "^1.2.9",
    "commander": "^15.0.0",
    "dotenv": "^16.0.1",
    "enquirer": "^2.3.6",
    "express": "^5.2.1",
    "finalhandler": "^1.1.2",
    "follow-redirects": "^1.15.1",
    "form-data": "^4.0.0",
    "fs-extra": "^11.3.2",
    "i": "^0.3.7",
    "js-yaml": "^5.2.2",
    "loading-cli": "^1.1.0",
    "meant": "^2.0.1",
    "minimist": "^1.2.5",
    "mocha": "^10.0.0",
    "node-pty": "^1.1.0",
    "node-watch": "^0.7.2",
    "parseurl": "^1.3.3",
    "readline": "^1.3.0",
    "readline-sync": "^1.4.10",
    "replace-in-file": "^9.0.0",
    "request": "^2.88.2",
    "semver": "^7.3.8",
    "serve-index": "^1.9.1",
    "serve-static": "^1.14.1",
    "should": "13.2.3",
    "simple-git": "^3.12.0",
    "tcp-port-used": "^1.0.2",
    "universalify": "^2.0.0",
    "web-dev-server": "^3.0.22",
    "webpack": "5.109.1",
    "webpack-cli": "^7.2.1",
    "webpack-node-externals": "^3.0.0",
    "webpack-obfuscator": "^3.5.0",
    "websocket": "^1.0.34",
    "ws": "^8.4.0",
    "xmlhttprequest": "^1.8.0"
  }
}
