{
	"name": "smntcs-show-active-plugins",
	"description": "By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins.",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Theme List View"
	],
	"homepage": "https://github.com/nielslange/smntcs-show-active-plugins#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nielslange/smntcs-show-active-plugins.git"
	},
	"bugs": {
		"url": "https://github.com/nielslange/smntcs-show-active-plugins/issues"
	},
	"devDependencies": {
		"@playwright/test": "^1.51.1",
		"@types/node": "^22.13.14",
		"@wordpress/env": "5.15.0",
		"@wordpress/prettier-config": "2.13.0",
		"eslint": "^8.37.0",
		"prettier": "npm:wp-prettier@^2.8.5",
		"typescript": "^5.8.2"
	},
	"scripts": {
		"build:zip": "bash ./bin/bundle.sh",
		"phpcbf": "composer run phpcbf",
		"phpcs": "composer run phpcs",
		"phplint": "composer run phplint",
		"test": "pnpm phplint && pnpm phpcbf && pnpm phpcs",
		"test:e2e": "playwright test",
		"test:e2e:ui": "playwright test --ui",
		"test:e2e:debug": "playwright test --debug",
		"wp-env": "wp-env"
	}
}
