{
	"name": "animated-sticky-note-block",
	"version": "1.7.0",
	"description": "Leave sticky notes directly on your website using a simple Gutenberg block. ",
	"author": "MarcDK",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --blocks-manifest",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint-js:fix": "wp-scripts lint-js --fix",
		"lint-css:fix": "wp-scripts lint-style --fix",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start --blocks-manifest",
		"wp-int": "npm install @wordpress/scripts --save-dev --save-exact @wordpress/scripts"
	},
	"devDependencies": {
		"@wordpress/scripts": "31.6.0"
	}
}
