{
	"name": "beautiful-link-preview",
	"version": "0.1.0",
	"description": "Gutenberg block version of Beautiful Link Preview",
	"author": "Johannes Spreitzer",
	"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",
		"start": "wp-scripts start",
		"packages-update": "wp-scripts packages-update"
	},
	"dependencies": {
		"@wordpress/api-fetch": "5.1.0",
		"@wordpress/block-editor": "6.1.0",
		"@wordpress/blocks": "9.1.0",
		"@wordpress/components": "14.1.0",
		"@wordpress/element": "3.1.0",
		"@wordpress/i18n": "4.1.0",
		"@wordpress/url": "3.1.0",
		"classnames": "2.3.1",
		"he": "1.2.0",
		"lodash": "4.17.21",
		"striptags": "3.1.1"
	},
	"devDependencies": {
		"@wordpress/scripts": "16.1.0",
		"prettier": "2.3.0"
	}
}
