{
	"name": "custom-welcome-guide",
	"version": "0.0.1",
	"description": "Custom Welcome Guide is a WordPress plugin, built based on Gutenberg components. Written with ESNext standard and JSX support – build step required. The plugin takse advantages of the React.js framework to manage get and post requests to the WordPress rest api",
	"author": "Atanas Yonkov, Vlastimir Samolov",
	"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/blocks": "^11.0.0",
		"@wordpress/compose": "^5.0.1",
		"@wordpress/data": "^6.0.0",
		"@wordpress/i18n": "^4.2.1",
		"@wordpress/notices": "^3.2.2"
	},
	"devDependencies": {
		"@wordpress/scripts": "^17.1.0"
	}
}
