{
  "name": "basecloud-shield",
  "version": "1.4.5",
  "description": "WordPress 2FA Security Plugin - Build and deployment scripts",
  "scripts": {
    "deploy:patch": "powershell -ExecutionPolicy Bypass -File deploy.ps1 patch",
    "deploy:minor": "powershell -ExecutionPolicy Bypass -File deploy.ps1 minor",
    "deploy:major": "powershell -ExecutionPolicy Bypass -File deploy.ps1 major",
    "deploy": "npm run deploy:patch",
    "version:get": "php -r \"require 'version-helper.php'; echo basecloud_shield_get_plugin_version();\"",
    "version:bump": "php -r \"require 'version-helper.php'; echo basecloud_shield_bump_version('patch');\"",
    "git:status": "git status",
    "git:log": "git log --oneline -10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BaseCloudGlobal/BaseCloudShield.git"
  },
  "keywords": [
    "wordpress",
    "2fa",
    "security",
    "plugin",
    "otp",
    "authentication",
    "sendgrid",
    "whatsapp",
    "sms",
    "twilio",
    "login-protection"
  ],
  "author": "BaseCloud Team",
  "license": "GPL-2.0"
}
