{
	"name": "slideshow",
	"version": "2.6.0",
	"description": "A Guternberg block for Slideshow SE. Use 'npm build' to create a simple build. 'npm start' creates a build and watch the source for file changes and rebuilds when necessary. 'npm dist' creates a plug zipfile with all CSS and JS minified. 'npm release' creates a source release suitable for updating in the Wordpress SVN repo.",
	"author": "John West",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build2": "wp-scripts build src/index.js --output-path=block",
		"build": "webpack --mode=production --config webpack.config.js",
		"start": "wp-scripts start src/index.js --output-path=block",
		"lint-js": "wp-scripts lint-js src"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.16.0",
		"webpack": "^5.99.8",
		"webpack-cli": "^6.0.1"
	},
	"dependencies": {
		"@wordpress/blocks": "^14.12.0",
		"@wordpress/i18n": "^5.23.0"
	}
}
