{
	"name": "nielslange/smntcs-nord-admin-theme",
	"description": "Adds an admin theme based on the Nord Theme color scheme.",
	"homepage": "https://github.com/nielslange/smntcs-nord-admin-theme/",
	"type": "wordpress-plugin",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Nord Admin Theme"
	],
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "Niels Lange",
			"email": "info@nielslange.de"
		}
	],
	"require": {
		"php": ">=7.3"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
		"humanmade/psalm-plugin-wordpress": "^2.0",
		"overtrue/phplint": "^2.3",
		"phpcompatibility/phpcompatibility-wp": "^2.1",
		"squizlabs/php_codesniffer": "^3.6",
		"vimeo/psalm": "^4.7",
		"wp-coding-standards/wpcs": "^2.3"
	},
	"scripts": {
		"phpcbf": "phpcbf --standard=phpcs.xml .",
		"phpcs": "phpcs --standard=phpcs.xml .",
		"phplint": "phplint",
		"psalm": "psalm --no-cache"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
