{
	"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",
	"devDependencies": {
		"@playwright/test": "1.51.1",
		"@types/node": "22.13.17",
		"@wordpress/env": "10.21.0",
		"@wordpress/prettier-config": "4.21.0",
		"npm-run-all": "4.1.5",
		"prettier": "npm:wp-prettier@3.0.3"
	},
	"scripts": {
		"phpcbf": "composer phpcbf",
		"phpcs": "composer phpcs",
		"phplint": "composer phplint",
		"psalm": "composer psalm --no-cache",
		"test": "npm-run-all phpcs phplint psalm",
		"test:e2e": "npx playwright test",
		"test:e2e-dev": "npx playwright test --ui",
		"wp-env": "wp-env",
		"wp-env:rc": "wp-env run cli sh -c 'wp core update --version=6.8-RC1 && wp core update --version=6.8-RC1 --force'"
	}
}
