{
	"name": "smntcs-image-dimensions",
	"description": "Shows the image dimension and the image file size in the media library.",
	"author": "Niels Lange",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Image Dimensions"
	],
	"homepage": "https://github.com/nielslange/smntcs-image-dimensions#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nielslange/smntcs-image-dimensions.git"
	},
	"bugs": {
		"url": "https://github.com/nielslange/smntcs-image-dimensions/issues"
	},
	"devDependencies": {
		"@wordpress/env": "4.1.3",
		"@wordpress/prettier-config": "1.1.1",
		"cypress": "9.6.1",
		"npm-run-all": "4.1.5",
		"prettier": "npm:wp-prettier@^2.8.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 media import https://s.w.org/style/images/wp-header-logo.png'",
		"wp-env:rc": "wp-env run cli 'wp core update --version=6.0-RC2 && wp core update --version=6.0-RC2 --force'"
	}
}
