{
  "name": "nextgenthemes/tweakmaster",
  "type": "wordpress-plugin",
  "license": "GPL-3.0",
  "description": "TweakMaster - A collection or performance, privacy, security and other tweaks..",
  "authors": [
    {
      "name": "Nicolas Jonas"
    }
  ],
  "require": {
    "php": ">=7.4",
    "nextgenthemes/wp-settings": "@dev",
    "automattic/jetpack-autoloader": "^v5.0.3"
  },
  "extra": {},
  "config": {
    "allow-plugins": {
      "automattic/jetpack-autoloader": true
    },
    "optimize-autoloader": true,
    "platform": {
      "php": "7.4"
    }
  },
  "repositories": {
    "nextgenthemes/wp-settings": {
      "type": "vcs",
      "url": "https://github.com/nextgenthemes/wp-settings.git"
    }
  }
}
