{
	"name": "@conectate/ct-list",
	"version": "4.4.13",
	"description": "Wrapper from LitElement",
	"main": "ct-list.js",
	"module": "ct-list.js",
	"license": "BSD-3-Clause",
	"author": "Herberth Obregón <herberthobregon@gmail.com>",
	"repository": {
		"type": "git",
		"url": "https://github.com/conectate/ct-elements"
	},
	"bugs": {
		"url": "https://github.com/conectate/ct-elements/issues"
	},
	"homepage": "https://github.com/conectate/ct-elements",
	"scripts": {
		"prepare": "rm -rf *.map *.js *.ts;tsc"
	},
	"keywords": [
		"litElement",
		"wrapper",
		"Web Components"
	],
	"dependencies": {
		"@conectate/ct-icon": "^4.4.12",
		"@conectate/ct-lit": "^4.4.9"
	},
	"publishConfig": {
		"access": "public"
	},
	"exports": {
		".": {
			"dev": "./src/ct-list-item.ts",
			"default": "./ct-list-item.js"
		},
		"./*": {
			"dev": "./src/*",
			"default": "./*"
		}
	},
	"gitHead": "84da6173eb45365a5ae5e4a3b3c463fc09d65acd"
}
