{
    "name": "naymulhasantanvir/stockadaptix-pricing-for-woocommerce",
    "description": "Dynamically adjust WooCommerce product prices based on current stock quantity to reflect supply and demand in real-time.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Naymul Hasan Tanvir",
            "email": "naymulhasantanvir@example.com",
            "homepage": "https://example.com",
            "role": "Developer"
        }
    ],
    "keywords": [
        "woocommerce",
        "pricing",
        "inventory",
        "stock",
        "dynamic-pricing"
    ],
    "homepage": "https://wordpress.org/plugins/stockadaptix-pricing-for-woocommerce/",
    "support": {
        "issues": "https://github.com/naymulhasantanvir/stockadaptix-pricing-for-woocommerce/issues",
        "forum": "https://wordpress.org/support/plugin/stockadaptix-pricing/"
    },
    "require": {
        "php": ">=5.6",
        "composer/installers": "~1.0"
    },
    "require-dev": {
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
        "wp-coding-standards/wpcs": "^2.3",
        "phpcompatibility/phpcompatibility-wp": "^2.1"
    },
    "scripts": {
        "post-install-cmd": [
            "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",
            "\"vendor/bin/phpcbf\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
        ],
        "post-update-cmd": [
            "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",
            "\"vendor/bin/phpcbf\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
        ],
        "phpcs": [
            "\"vendor/bin/phpcs\" --standard=WordPress --extensions=php ."
        ],
        "phpcbf": [
            "\"vendor/bin/phpcbf\" --standard=WordPress --extensions=php ."
        ]
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}