{
  "name": "codeinwp/themeisle-sdk",
  "description": "ThemeIsle SDK.",
  "type": "library",
  "keywords": [
    "wordpress"
  ],
  "homepage": "https://github.com/Codeinwp/themeisle-sdk",
  "license": "GPL-2.0+",
  "authors": [
    {
      "name": "ThemeIsle team",
      "email": "friends@themeisle.com",
      "homepage": "https://themeisle.com"
    }
  ],
  "version": "3.1.0",
  "require-dev": {
    "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
    "squizlabs/php_codesniffer": "^3.1",
    "wp-coding-standards/wpcs": "^1.0.0"
  },
  "scripts": {
    "format": "phpcbf --standard=phpcs.xml --report-summary --report-source",
    "lint": "phpcs --standard=phpcs.xml"
  },
  "support": {
    "issues": "https://github.com/Codeinwp/themeisle-sdk/issues"
  }
}