{
	"name": "insert-giphy-block",
	"version": "0.1.0",
	"description": "Search and insert a Giphy directly from your Gutenberg editor.",
	"author": "Michael Joseph Panaga",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format:js": "wp-scripts format-js",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start",
		"packages-update": "wp-scripts packages-update"
	},
	"devDependencies": {
		"@wordpress/scripts": "^7.1.2"
	},
	"dependencies": {
		"react-photo-gallery": "^8.0.0"
	}
}
