{
  "name": "truebeep/truebeep",
  "description": "Helper plugin for Truebeep",
  "type": "wordpress-plugin",
  "license": "GPLv2",
  "authors": [
    {
      "name": "truebeep",
      "email": "admin@truebeep.com"
    }
  ],
  "minimum-stability": "stable",
  "require": {
    "woocommerce/action-scheduler": "^3.9"
  },
  "autoload": {
    "classmap": [
      "includes"
    ],
    "psr-4": {
      "Truebeep\\": "includes/"
    },
    "files": [
      "includes/functions.php"
    ]
  },
  "scripts": {
    "bundle": "mkdir -p ~/Downloads/truebeep-smart-wallet-loyalty && rsync -av --progress . ~/Downloads/truebeep-smart-wallet-loyalty --exclude='/.stylelintrc.json' --exclude='/LICENSE' --exclude='/.eslintrc' --exclude='/.eslintrc.json' --exclude='/.git' --exclude='/.gitattributes' --exclude='/.github'  --exclude='/.gitignore' --exclude='/README.md'  --exclude='/composer.lock' --exclude='/node_modules' --exclude='/package-lock.json' --exclude='/package.json' --exclude='/.travis.yml' --exclude='/phpcs.xml.dist' --exclude='/readme.md' --exclude='/sass' --exclude='/src' --exclude='/yarn.lock' --exclude='/tailwind-blocks.config.js' --exclude='/tailwind.config.js' --exclude='/webpack.config.js' --exclude='/build' --exclude='/.editorconfig' --exclude='/.eslintignore' --exclude='/.prettierrc' --exclude='/AGENTS.md' --exclude='/vendor/nesbot/carbon/bin/carbon' --exclude='/vendor/bin/carbon' --exclude='/vendor/nesbot/carbon/bin/carbon.bat' --exclude='/includes/gutenberg/node_modules' --exclude='/includes/gutenberg/src' --exclude='/includes/gutenberg/package.json' --exclude='/includes/gutenberg/node_modules' --exclude='/includes/gutenberg/src' --exclude='/includes/gutenberg/readme.txt' --exclude='/includes/gutenberg/yarn.lock' --exclude='*.md' && cd ~/Downloads && zip -r truebeep-smart-wallet-loyalty.zip truebeep-smart-wallet-loyalty && rm -rf truebeep-smart-wallet-loyalty"
  }
}
