{
	"name": "wpmake/time-lock",
	"description": "Time Lock For WordPress Content.",
	"homepage": "https://wpmake.com/",
	"type": "wordpress-plugin",
	"license": "GPL-3.0-or-later",
  "autoload": {
		"psr-4": {
		  "WPMake\\WPMakeTimeLock\\": "includes/"
		}
	  },
	"require": {
    "composer/installers": "~2.0.0"
	},
	"require-dev": {
    "wp-cli/i18n-command": "2.2.9",
    "squizlabs/php_codesniffer": "^3.7",
    "wp-coding-standards/wpcs": "*",
    "wpeverest/wpeverest-sniffs": "0.1.0",
    "symfony/finder": "^6.4 || ^7.4"
	},
	"scripts": {
	  "phpcs": [
		"phpcs -s -p"
	  ],
	  "phpcs-pre-commit": [
		"phpcs -s -p -n"
	  ],
	  "phpcbf": [
		"phpcbf -p"
	  ],
	  "makepot-audit": [
		"wp --allow-root i18n make-pot . --exclude=\".github,.wordpress-org,bin,node_modules,vendor\" --headers='{\"Report-Msgid-Bugs-To\":\"help@wpmake.com\"}' --slug=wpmake-time-lock"
	  ],
	  "makepot": [
		"@makepot-audit --skip-audit"
	  ]
	},
	"extra": {
	  "scripts-description": {
		"phpcs": "Analyze code against the WordPress coding standard with PHP_CodeSniffer",
		"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier",
		"makepot-audit": "Generate langauges/wpmake-time-lock.pot file and run audit",
		"makepot": "Generate langauges/wpmake-time-lock.pot file"
	  }
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"composer/installers": true
		}
	}
}
