{
	"name": "smntcs-admin-maintenance",
	"version": "1.0.0",
	"description": "Enables admins to put the Administration Screen into maintenance mode",
	"author": "Niels Lange",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Admin Maintenance"
	],
	"homepage": "https://github.com/nielslange/smntcs-admin-maintenance#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nielslange/smntcs-admin-maintenance.git"
	},
	"bugs": {
		"url": "https://github.com/nielslange/smntcs-admin-maintenance/issues"
	},
	"devDependencies": {
		"@wordpress/env": "^3.0.0",
		"@wordpress/scripts": "^12.6.0",
		"cypress": "^6.2.0"
	},
	"scripts": {
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"test-gui": "cypress open",
		"test": "cypress run --headless --browser chrome",
		"wp-env": "wp-env"
	}
}
