{
	"name": "vk-link-target-controller",
	"version": "1.3.1",
	"description": "Allow you to link a post title from the recent posts list to another page (internal or external link) rather than link to the actual post page",
	"scripts": {
		"build": "gulp replace_text_domain && gulp jsmin",
		"jsmin": "gulp jsmin",
		"test": "gulp test",
		"phpunit": "wp-env run phpunit \"phpunit -c /var/www/html/wp-content/plugins/vk-link-target-controller/.phpunit.xml --verbose\""
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/vektor-inc/vk-link-target-controller.git"
	},
	"author": "Vektor, Inc.",
	"license": "GPL-2.0-only",
	"bugs": {
		"url": "https://github.com/vektor-inc/vk-link-target-controller/issues"
	},
	"homepage": "https://wordpress.org/plugins/vk-link-target-controller/",
	"devDependencies": {
		"@wordpress/env": "^4.4.0",
		"gulp": "^4.0.2",
		"gulp-jsmin": "^0.1.5",
		"gulp-jsvalidate": "^5.0.0",
		"gulp-replace": "^1.1.3",
		"npm-check-updates": "^12.5.7"
	}
}
