{
	"name": "smntcs-admin-maintenance",
	"description": "Enables admins to put the Administration Screen into maintenance mode.",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Admin Maintenance"
	],
	"homepage": "https://github.com/nielslange/smntcs-admin-maintenance#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nielslange/smntcs-admin-maintenance.git"
	},
	"bugs": {
		"url": "https://github.com/nielslange/smntcs-admin-maintenance/issues"
	},
	"devDependencies": {
		"@wordpress/env": "4.1.3",
		"@wordpress/prettier-config": "1.1.1",
		"cypress": "^9.5.4",
		"npm-run-all": "4.1.5",
		"prettier": "npm:wp-prettier@2.0.5"
	},
	"scripts": {
		"phpcbf": "composer run phpcbf",
		"phpcs": "composer run phpcs",
		"phplint": "composer run phplint",
		"test": "npm-run-all --parallel phpcs phplint",
		"test:e2e": "cypress run --headless --browser chrome",
		"test:e2e-dev": "cypress open",
		"wp-env": "wp-env",
		"wp-env:config": "wp-env run cli 'wp theme install storefront --activate'",
		"wp-env:rc": "wp-env run cli 'wp core update --version=6.0-RC1 && wp core update --version=6.0-RC1 --force'"
	}
}
