{
	"name": "@appnest/masonry-layout",
	"version": "2.2.3",
	"license": "MIT",
	"module": "index.js",
	"author": "Appnest",
	"website": "https://appnest-demo.firebaseapp.com/masonry-layout/",
	"description": "An efficient and fast web component that gives you a beautiful masonry layout",
	"bugs": {
		"url": "https://github.com/andreasbm/masonry-layout/issues"
	},
	"homepage": "https://github.com/andreasbm/masonry-layout#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/andreasbm/masonry-layout.git"
	},
	"keywords": [
		"masonry-layout",
		"masonry-grid",
		"masonry",
		"layout",
		"grid",
		"custom",
		"elements",
		"web",
		"component",
		"custom element",
		"web component"
	],
	"main": "index.js",
	"types": "index.d.ts",
	"scripts": {
		"start": "vite",
		"ncu": "ncu -u -a && npm update && npm install",
		"b:lib": "node pre-build.js && tsc -p tsconfig.build.json && rollup -c rollup-build.config.ts && npm run custom-elements-json",
		"readme": "node node_modules/.bin/readme generate",
		"postversion": "npm run readme && npm run b:lib",
		"custom-elements-json": "npx wca analyze src/lib --format json --outFile dist/custom-elements.json"
	},
	"devDependencies": {
		"@appnest/readme": "^1.2.7",
		"@rollup/plugin-commonjs": "^25.0.4",
		"@rollup/plugin-node-resolve": "^15.2.1",
		"@types/rollup-plugin-progress": "^1.1.1",
		"fs-extra": "^10.0.0",
		"path": "^0.12.7",
		"rimraf": "^5.0.1",
		"rollup-plugin-progress": "^1.1.2",
		"rollup-plugin-terser": "^7.0.2",
		"rollup-plugin-ts": "^3.4.4",
		"typescript": "^5.2.2",
		"vite": "^4.4.9"
	}
}
