{
	"name": "dim",
	"version": "0.1.5",
	"description": "Core library for dim web component boilerplate",
	"main": "dist/dim.min.js",
	"module": "dist/dim.js",
	"type": "module",
	"files": [
		"dist",
		"src"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/buelbuel/dim.git"
	},
	"keywords": [
		"web-components",
		"no-dependencies"
	],
	"author": "Alicem Bülbül",
	"license": "MIT"
}