{
  "name": "ernilambar/ns-featured-posts",
  "description": "NS Featured Posts",
  "license": "GPL-2.0-or-later",
  "type": "wordpress-plugin",
  "authors": [
    {
      "name": "Nilambar Sharma",
      "email": "nilambar@outlook.com",
      "homepage": "https://www.nilambar.net",
      "role": "Developer"
    }
  ],
  "require": {
    "php": ">=7.2.24",
    "ernilambar/optioner": "^3",
    "ernilambar/wp-admin-notice": "^2"
  },
  "require-dev": {
    "dealerdirect/phpcodesniffer-composer-installer": "^1",
    "php-parallel-lint/php-parallel-lint": "^1.4",
    "phpcompatibility/php-compatibility": "dev-develop#02835e45d27f5d0ed1642d5c8a5e8bfd2c7d7796",
    "slevomat/coding-standard": "^8",
    "wp-cli/i18n-command": "^2.6",
    "wp-coding-standards/wpcs": "^3.2"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "ergebnis/composer-normalize": true
    },
    "optimize-autoloader": true,
    "sort-packages": true
  },
  "scripts": {
    "format": "@php ./vendor/bin/phpcbf --report-full --report-summary",
    "lint": [
      "@lint-php",
      "@phpcs"
    ],
    "lint-php": "@php ./vendor/bin/parallel-lint --colors --exclude .git --exclude vendor --exclude node_modules --exclude deploy .",
    "phpcs": "@php ./vendor/bin/phpcs --report-full --report-summary",
    "pot": "./vendor/bin/wp i18n make-pot . --exclude=build,deploy,node_modules,vendor --headers='{\"POT-Creation-Date\":\"\"}'"
  }
}
