{
	"name": "postcss-env-function",
	"description": "Use env() variables in CSS",
	"version": "8.0.0",
	"author": "Jonathan Neal <jonathantneal@hotmail.com>",
	"license": "MIT-0",
	"funding": [
		{
			"type": "github",
			"url": "https://github.com/sponsors/csstools"
		},
		{
			"type": "opencollective",
			"url": "https://opencollective.com/csstools"
		}
	],
	"engines": {
		"node": ">=20.19.0"
	},
	"exports": {
		".": {
			"default": "./dist/index.mjs"
		}
	},
	"files": [
		"CHANGELOG.md",
		"LICENSE.md",
		"README.md",
		"dist"
	],
	"dependencies": {
		"postcss-value-parser": "^4.2.0"
	},
	"peerDependencies": {
		"postcss": "^8.4"
	},
	"scripts": {},
	"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-env-function#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/csstools/postcss-plugins.git",
		"directory": "plugins/postcss-env-function"
	},
	"bugs": "https://github.com/csstools/postcss-plugins/issues",
	"keywords": [
		"constants",
		"css",
		"environments",
		"envs",
		"functions",
		"postcss",
		"postcss-plugin",
		"variables"
	]
}
