{
	"name": "smntcs-pinterest-save-button",
	"version": "1.0.0",
	"description": "Adds a Pinterest Save Button to your images that becomes visible when a visitor hovers the image.",
	"author": "Niels Lange",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Pinterest Save Button"
	],
	"homepage": "https://github.com/nielslange/smntcs-pinterest-save-button#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nielslange/smntcs-pinterest-save-button.git"
	},
	"bugs": {
		"url": "https://github.com/nielslange/smntcs-pinterest-save-button/issues"
	},
	"devDependencies": {
		"@wordpress/prettier-config": "3.5.0",
		"@wordpress/scripts": "^5.0.0",
		"eslint": "8.56.0",
		"npm-run-all": "4.1.5"
	},
	"scripts": {
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"test": "npm-run-all --parallel phpcs phplint psalm",
		"phpcbf": "composer run phpcbf",
		"phpcs": "composer run phpcs",
		"phplint": "composer run phplint",
		"psalm": "composer run psalm"
	}
}
