{
	"name": "@3mo/grid",
	"version": "1.2.1",
	"description": "A simple wrapper web-component for CSS Grid Layout.",
	"repository": {
		"type": "git",
		"url": "https://github.com/3mo-esolutions/web-components"
	},
	"keywords": [
		"lit",
		"web-component",
		"css-grid"
	],
	"author": "3MO GmbH",
	"license": "MIT",
	"homepage": "https://www.3mo.de",
	"type": "module",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist"
	],
	"dependencies": {
		"@a11d/lit": "x",
		"@3mo/style-property": "x",
		"tslib": "x",
		"csstype": "x"
	},
	"devDependencies": {
		"@a11d/lit-testing": "x"
	}
}
