{
  "name": "hawiyat-client",
  "version": "1.0.7",
  "description": "Official CLI tool for managing Hawiyat installations",
  "main": "index.js",
  "bin": {
    "hawiyat": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "keywords": [
    "hawiyat",
    "cli",
    "deployment",
    "docker",
    "devops",
    "server-management"
  ],
  "author": "Your Name hawiyat@estin.dz",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "commander": "^11.1.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "homepage": "https://hawiyat.vercel.app",
  "preferGlobal": true
}