# automatic-youtube-gallery/2.3.8/block/package.json

Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists &amp; Channels, version 2.3.8. 22 lines.

- Page: https://pluginprobe.com/plugins/automatic-youtube-gallery/2.3.8/code/block/package.json
- Raw: https://pluginprobe.com/plugins/automatic-youtube-gallery/2.3.8/raw/block/package.json
- Modified: 2023-05-13T11:39:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/automatic-youtube-gallery/2.3.8/code/block/package.json#L10-L20`.

```json
{
	"name": "automatic-youtube-gallery-block",
	"version": "2.3.0",
	"private": true,
	"scripts": {
		"build": "wp-scripts build --webpack-copy-php",
		"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 --webpack-copy-php"
	},
	"devDependencies": {
		"@wordpress/scripts": "^25.3.0"
	},
	"dependencies": {
		"@wordpress/icons": "^9.17.0",
		"classnames": "^2.3.2"
	}
}

```
