{
	"name": "sp-youtube-channel",
	"version": "0.1.0",
	"description": "The YouTube SocialPatch block is a simple and elegant way to showcase your YouTube channel videos on your website. With just a few clicks, you can embed your channel's videos in a tile-based display that can be customized to match your website's design. The block provides a seamless viewing experience for your visitors, allowing them to watch your videos without leaving your website. With YouTube SocialPatch, you can easily share your channel's videos with your audience and increase engagement on your website.",
	"author": "Alex Pinkevych",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"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"
	},
	"devDependencies": {
		"@wordpress/scripts": "^25.0.0"
	},
	"dependencies": {
		"@wordpress/block-editor": "^11.1.0",
		"@wordpress/components": "^23.1.0",
		"axios": "^1.3.3",
		"font-awesome": "^4.7.0",
		"ldloader": "^3.0.2",
		"modal-video": "^2.4.8",
		"react-dom": "^18.2.0"
	}
}
