{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/slider",
	"title": "Carousel Wrapper",
	"description": "Swiper-powered slider wrapper with Blocks Monster styles, scripts, and layout orchestration.",
	"version": "0.0.1",
	"icon": "editor-table",
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": [
		"file:./js/index.js"
	],
	"script": [
		"jquery",
		"file:./src/swiper-bundle.min.js",
		"file:./src/core.js"
	],
	"style": [
		"file:./css/swiper-bundle.min.css",
		"file:./css/style.css"
	]
}