{
  "name": "apiki/wpsteak-plugin",
  "description": "A fully structured WordPress plugin.",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-only",
  "require": {
    "apiki/wpsteak": "0.1.2",
    "composer/installers": "1.11.*",
    "league/container": "3.3.*",
    "php": ">=7.4"
  },
  "autoload": {
    "psr-4": {
      "ShipSmart\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "ShipSmart\\Test\\": "tests/"
    }
  },
  "scripts": {
    "install-codestandards": [
      "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
    ],
    "lint": [
      "phpqa",
      "psalm"
    ],
    "lint:fix": "phpcbf",
    "test": "phpunit"
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true
    }
  }
}
