{
	"name": "smntcs-google-webmaster-tools",
	"version": "1.0.0",
	"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",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nielslange/smntcs-google-webmaster-tools.git"
	},
	"bugs": {
		"url": "https://github.com/nielslange/smntcs-google-webmaster-tools/issues"
	},
	"devDependencies": {
		"@wordpress/env": "^2.1.0",
		"cypress": "^6.8.0"
	},
	"scripts": {
		"cypress": "cypress",
		"test-gui": "cypress open",
		"test": "cypress run --headless --browser chrome",
		"wp-env": "wp-env"
	}
}
