{
	"name": "quoteframeshare",
	"version": "3.2.0.1",
	"description": "Easily add bordered blockquotes with citations. Copy or share quotes on social media in one click. Lightweight, SEO-friendly Gutenberg plugin for beginners.",
	"author": "[Satyam Vishwakarma](@hellosatya), [Harish Chouhan](@hchouhan), [Bhargav Bhandari (Bunty)](@bhargavbhandari90)",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --blocks-manifest --experimental-modules",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start --blocks-manifest --experimental-modules"
	},
	"devDependencies": {
		"@wordpress/icons": "^10.26.0",
		"@wordpress/scripts": "^30.12.0"
	},
	"dependencies": {
		"@fortawesome/fontawesome-free": "^6.7.2",
		"@wordpress/interactivity": "^6.19.0"
	}
}
