{
	"name": "masbox",
	"version": "1.0.5",
	"description": "A lightweight and customizable JavaScript image lightbox",
	"main": "dist/masbox.js",
	"module": "dist/masbox.js",
	"style": "dist/masbox.min.css",
	"author": "Dian Aldiansyah",
	"license": "MIT",
	"keywords": [
		"lightbox",
		"image viewer",
		"gallery",
		"javascript",
		"zoom",
		"modal",
		"fullscreen",
		"pinch",
		"drag",
		"touch"
	],
	"homepage": "https://github.com/inimasdian/masbox#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/inimasdian/masbox.git"
	},
	"bugs": {
		"url": "https://github.com/inimasdian/masbox/issues"
	},
	"exports": {
		".": {
			"import": "./dist/masbox.js",
			"style": "./dist/masbox.min.css"
		}
	},
	"scripts": {
		"dev": "vite",
		"build": "vite build && npm run minify",
		"minify": "terser dist/masbox.js -o dist/masbox.min.js && cleancss -o dist/masbox.min.css src/masbox.css"
	},
	"devDependencies": {
		"clean-css-cli": "^5.6.3",
		"vite": "^5.0.0"
	},
	"type": "module"
}
