{
  "name": "responsivevoice/responsivevoice-text-to-speech",
  "description": "ResponsiveVoice Text To Speech — HTML5 text-to-speech for WordPress.",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "homepage": "https://responsivevoice.org/wordpress-text-to-speech-plugin/",
  "require": {
    "php": ">=7.4"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.6",
    "yoast/phpunit-polyfills": "^4.0",
    "wp-coding-standards/wpcs": "^3.1",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "phpstan/phpstan": "^1.12",
    "szepeviktor/phpstan-wordpress": "^1.3",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0"
  },
  "autoload": {
    "psr-4": {
      "ResponsiveVoice\\": "includes/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "ResponsiveVoice\\Tests\\": "tests/phpunit/"
    }
  },
  "config": {
    "platform": {
      "php": "7.4"
    },
    "allow-plugins": {
      "phpcsstandards/phpcodesniffer-composer-installer": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    },
    "sort-packages": true,
    "optimize-autoloader": true
  },
  "scripts": {
    "lint": "phpcs",
    "lint:fix": "phpcbf",
    "analyze": "phpstan analyse",
    "test": "phpunit"
  }
}
