{
	"name": "smntcs-google-analytics",
	"description": "Adds Google Analytics tracking code to your site.",
	"author": "Niels Lange",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Google Analytics"
	],
	"homepage": "https://github.com/nielslange/smntcs-google-analytics#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nielslange/smntcs-google-analytics.git"
	},
	"bugs": {
		"url": "https://github.com/nielslange/smntcs-google-analytics/issues"
	},
	"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",
		"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.7-RC1 && wp core update --version=6.7-RC1 --force'"
	}
}
