{
	"name": "pixelnest-blocks",
	"version": "1.0.0",
	"description": "A Gutenberg block plugin featuring customizable image gallery and image slider blocks for modern WordPress websites.",
	"author": "Ashish Prajapat",
	"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",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start --blocks-manifest"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.23.0"
	},
	"dependencies": {
		"fslightbox": "^3.7.4",
		"swiper": "^12.0.2"
	}
}
