{
	"name": "@skyra/discord-components-core",
	"version": "3.6.1",
	"description": "Web components to easily build and display fake Discord messages on your webpages.",
	"author": "@skyra",
	"license": "MIT",
	"main": "dist/index.cjs.js",
	"module": "dist/index.js",
	"es2015": "dist/esm/index.js",
	"es2017": "dist/esm/index.js",
	"types": "dist/types/index.d.ts",
	"unpkg": "dist/skyra-discord-components-core/skyra-discord-components-core.esm.js",
	"collection:main": "dist/collection/index.js",
	"collection": "dist/collection/collection-manifest.json",
	"exports": {
		".": [
			{
				"types": "./dist/types/index.d.ts",
				"require": "./dist/index.cjs.js",
				"import": "./dist/index.js"
			},
			"./dist/index.cjs.js"
		],
		"./loader": [
			{
				"types": "./loader/index.d.ts",
				"require": "./loader/index.cjs.js",
				"import": "./loader/index.js"
			},
			"./loader/index.cjs.js"
		]
	},
	"sideEffects": [
		"./loader/index.js",
		"./loader/index.cjs.js",
		"./dist/skyra-discord-components-core/p-*",
		"**/*skyra-discord-components-core*.js",
		"./dist/esm/loader.js",
		"./dist/esm/polyfills/*"
	],
	"homepage": "https://github.com/skyra-project/discord-components/tree/main/packages/core#readme",
	"scripts": {
		"build": "stencil build --docs && replace-in-file --configFile=scripts/replaceImportInPolyfills.cjs",
		"start": "stencil build --dev --watch --serve",
		"generate": "stencil generate"
	},
	"dependencies": {
		"@stencil/core": "^3.4.1",
		"clsx": "^1.2.1",
		"hex-to-rgba": "^2.0.1"
	},
	"directories": {
		"lib": "src"
	},
	"files": [
		"dist/",
		"loader/"
	],
	"engines": {
		"node": ">=v14.0.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/skyra-project/discord-components.git"
	},
	"bugs": {
		"url": "https://github.com/skyra-project/discord-components/issues"
	},
	"keywords": [
		"skyra",
		"typescript",
		"ts",
		"yarn",
		"discord",
		"bot",
		"components",
		"webcomponents",
		"stencil"
	],
	"gitHead": "48fc6a4a9c55bcb9e2e7791d8f817e3105664c30"
}
