{
	"name": "speaking-events",
	"version": "0.1.0",
	"description": "A beautiful and interactive block for displaying speaking events organized by year with collapsible sections.",
	"author": "Pablo Moratinos <https://pablomoratinos.es>",
	"homepage": "https://pablomoratinos.es",
	"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",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start"
	},
    "devDependencies": {
        "@wordpress/scripts": "^30.15.0"
	}
}