{
	"name": "smntcs-google-webmaster-tools",
	"description": "Adds the verification code of Google Search Console, former Google Webmaster Tools, to your site.",
	"author": "Niels Lange",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Google Webmaster Tools"
	],
	"homepage": "https://github.com/nielslange/smntcs-google-webmaster-tools#readme",
	"devDependencies": {
		"@playwright/test": "1.48.1",
		"@types/node": "22.7.8",
		"@wordpress/env": "10.10.0",
		"@wordpress/prettier-config": "4.9.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 --parallel 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'"
	}
}
