{
	"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": {
		"update": "ncu -u -x '@wordpress/env' && rm -rf node_modules package-lock.json && npm install",
		"wp-env": "wp-env",
		"build": "gulp replace_text_domain && gulp jsmin",
		"jsmin": "gulp jsmin",
		"test": "gulp test",
		"phpunit": "composer install && wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/vk-link-target-controller/.phpunit.xml --testsuite default --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": "5.16.0",
		"gulp": "^4.0.2",
		"gulp-jsmin": "^0.1.5",
		"gulp-jsvalidate": "^5.0.0",
		"gulp-replace": "^1.1.4",
		"npm-check-updates": "^16.10.12"
	},
	"volta": {
		"node": "18.16.0"
	}
}
