{
  "name": "jeherve/nostr-verify",
  "description": "Verify yourself with Nostr, using NIP-05",
  "homepage": "https://github.com/jeherve/nostr-verify",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "support": {
    "issues": "https://github.com/jeherve/nostr-verify/issues"
  },
  "require": {},
  "require-dev": {
    "automattic/jetpack-codesniffer": "2.6.1",
    "dealerdirect/phpcodesniffer-composer-installer": "0.7.2",
    "php-parallel-lint/php-parallel-lint": "1.3.2",
    "yoast/phpunit-polyfills": "1.0.4"
  },
  "scripts": {
    "php:lint": [
      "vendor/bin/parallel-lint --exclude vendor ."
    ],
    "phpcs:compatibility": [
      "@phpcs:lint --standard=./.phpcs.xml.dist,PHPCompatibilityWP"
    ],
    "phpcs:fix": [
      "Composer\\Config::disableProcessTimeout",
      "phpcbf -p"
    ],
    "phpcs:lint": [
      "Composer\\Config::disableProcessTimeout",
      "phpcs -p -s"
    ],
    "phpcs:lint:errors": [
      "@phpcs:lint --runtime-set ignore_warnings_on_exit 1"
    ]
  },
  "minimum-stability": "stable",
  "prefer-stable": true,
  "config": {
    "allow-plugins": {
      "automattic/jetpack-autoloader": true,
      "composer/installers": true,
      "roots/wordpress-core-installer": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "extra": {
    "installer-name": "nostr-verify"
  }
}