{
	"name": "@csstools/postcss-ic-unit",
	"description": "Use the ic length unit",
	"version": "3.0.7",
	"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": "^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/postcss-progressive-custom-properties": "^3.3.0",
		"@csstools/utilities": "^1.0.0",
		"postcss-value-parser": "^4.2.0"
	},
	"peerDependencies": {
		"postcss": "^8.4"
	},
	"scripts": {},
	"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/csstools/postcss-plugins.git",
		"directory": "plugins/postcss-ic-unit"
	},
	"bugs": "https://github.com/csstools/postcss-plugins/issues",
	"keywords": [
		"CJK water ideograph",
		"css",
		"glyph",
		"ic",
		"length",
		"postcss-plugin",
		"values"
	]
}
