{
	"name": "postcss-custom-media",
	"description": "Use Custom Media Queries in CSS",
	"version": "10.0.8",
	"contributors": [
		{
			"name": "Antonio Laguna",
			"email": "antonio@laguna.es",
			"url": "https://antonio.laguna.es"
		},
		{
			"name": "Romain Menke",
			"email": "romainmenke@gmail.com"
		},
		{
			"name": "Jonathan Neal",
			"email": "jonathantneal@hotmail.com"
		},
		{
			"name": "Maxime Thirouin"
		}
	],
	"license": "MIT",
	"funding": [
		{
			"type": "github",
			"url": "https://github.com/sponsors/csstools"
		},
		{
			"type": "opencollective",
			"url": "https://opencollective.com/csstools"
		}
	],
	"engines": {
		"node": "^14 || ^16 || >=18"
	},
	"type": "module",
	"main": "dist/index.cjs",
	"module": "dist/index.mjs",
	"exports": {
		".": {
			"import": {
				"types": "./dist/index.d.ts",
				"default": "./dist/index.mjs"
			},
			"require": {
				"default": "./dist/index.cjs"
			}
		}
	},
	"files": [
		"CHANGELOG.md",
		"LICENSE.md",
		"README.md",
		"dist"
	],
	"dependencies": {
		"@csstools/cascade-layer-name-parser": "^1.0.13",
		"@csstools/css-parser-algorithms": "^2.7.1",
		"@csstools/css-tokenizer": "^2.4.1",
		"@csstools/media-query-list-parser": "^2.1.13"
	},
	"peerDependencies": {
		"postcss": "^8.4"
	},
	"scripts": {},
	"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/csstools/postcss-plugins.git",
		"directory": "plugins/postcss-custom-media"
	},
	"bugs": "https://github.com/csstools/postcss-plugins/issues",
	"keywords": [
		"at-rule",
		"atrule",
		"css",
		"csswg",
		"custom",
		"media",
		"postcss",
		"postcss-plugin",
		"queries",
		"query",
		"specification",
		"w3c"
	]
}
