{
    "title": "Loystar for Woocommerce",
    "name": "loystar-woocommerce-loyalty-program",
    "description": "Connect your Loystar account with your Woo-Commerce store and have all your transaction, customer and loyalty records in one place. Truly omni-channel.",
    "author": "Loystar Solutions",
    "main": "Gruntfile.js",
    "contributors": [
        {
            "name": "Precious Omonze (CodeXplorer)",
            "email": "me@codexplorer.ninja",
            "url": "https://codexplorer.ninja"
        }
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/Preciousomonze/woocommerce-loystar-app"
    },
    "bugs": {
        "url": "https://github.com/Preciousomonze/woocommerce-loystar-app/issues"
    },
    "version": "2.1.0",
    "devDependencies": {
        "gh-release": "^7.0.2",
        "grunt": "^1.0.4",
        "grunt-contrib-clean": "~2.0.0",
        "grunt-contrib-compress": "^1.6.0",
        "grunt-contrib-copy": "~1.0.0",
        "grunt-contrib-jshint": "^3.2.0",
        "grunt-contrib-uglify": "^4.0.1",
        "grunt-contrib-watch": "~1.1.0",
        "grunt-newer": "~1.3.0",
        "grunt-text-replace": "^0.4.0",
        "grunt-wp-i18n": "~1.0.3",
        "grunt-wp-readme-to-markdown": "~2.0.1",
        "jshint-stylish": "~2.2.1",
        "load-grunt-tasks": "~5.1.0"
    },
    "dependencies": {
        "grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony"
    },
    "scripts": {
        "build:scripts": "wp-scripts build",
        "start:scripts": "wp-scripts start",
        "makepot": "npx @wp-blocks/make-pot ./ ./languages/ --domain loystar-woocommerce",
        "compress-zip": "sh compress-zip-offload.sh -c",
        "offload-zip": "sh compress-zip-offload.sh -o",
        "delete-zip": "sh compress-zip-offload.sh -dz",
        "compress-zip-offload": "npm run compress-zip && npm run offload-zip",
        "compress-offload-delete": "npm run compress-zip && npm run offload-zip && npm run delete-zip",
        "build": "npm run build:scripts && npm run makepot && npm run compress-zip"
    }
}
