{
	"name": "makeiteasy-back-to-top",
	"version": "1.2.1",
	"description": "Example block written with ESNext standard and JSX support – build step required.",
	"author": "Lovro Hrust",
	"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",
		"lint:block-sidebar": "wp-scripts lint-js ./src/block-sidebar.jsx",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"start hot": "wp-scripts start --hot"
	},
	"devDependencies": {
		"@wordpress/scripts": "^27.9.0",
		"eslint-plugin-import": "^2.29.1",
		"eslint-plugin-jsx-a11y": "^6.9.0",
		"eslint-plugin-react-hooks": "^4.6.2",
		"prettier": "^3.3.3",
		"react-hooks": "^1.0.1"
	}
}
