{
	"name": "postcss-color-rebeccapurple",
	"description": "Use the rebeccapurple color keyword in CSS",
	"version": "9.0.3",
	"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-0",
	"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/utilities": "^1.0.0",
		"postcss-value-parser": "^4.2.0"
	},
	"peerDependencies": {
		"postcss": "^8.4"
	},
	"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple#readme",
	"repository": {
		"type": "git",
		"url": "https://github.com/csstools/postcss-plugins.git",
		"directory": "plugins/postcss-color-rebeccapurple"
	},
	"bugs": "https://github.com/csstools/postcss-plugins/issues",
	"keywords": [
		"becca",
		"color",
		"css",
		"csswg",
		"eric",
		"meyer",
		"postcss",
		"postcss-plugin",
		"purple",
		"rebecca",
		"rgb",
		"syntax",
		"w3c"
	]
}
