UNPKG

posthtml-postcss-merge-longhand

Version:

Merge longhand inline CSS properties into shorthand with PostCSS.

61 lines (60 loc) 1.47 kB
{ "name": "posthtml-postcss-merge-longhand", "description": "Merge longhand inline CSS properties into shorthand with PostCSS.", "version": "3.1.4", "license": "MIT", "author": "Cosmin Popovici (https://github.com/cossssmin)", "bugs": "https://github.com/posthtml/posthtml-postcss-merge-longhand/issues", "homepage": "https://github.com/posthtml/posthtml-postcss-merge-longhand", "repository": "posthtml/posthtml-postcss-merge-longhand", "type": "module", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "dist/index.cjs", "module": "./dist/index.mjs", "types": "index.d.ts", "files": [ "dist", "index.d.ts" ], "engines": { "node": ">=18" }, "scripts": { "dev": "vitest", "release": "npx np", "build": "unbuild", "prepack": "unbuild", "lint": "biome lint ./lib ./test", "test": "vitest run --coverage", "pretest": "npm run lint" }, "keywords": [ "html", "posthtml", "posthtml-plugin", "postcss", "inline-styles", "inline-css", "merge-styles", "merge-css", "longhand", "shorthand" ], "dependencies": { "postcss": "^8.1.10", "postcss-merge-longhand": "^7.0.0", "postcss-safe-parser": "^7.0.0", "posthtml": "^0.16.4" }, "devDependencies": { "@biomejs/biome": "2.0.5", "@vitest/coverage-v8": "^3.0.6", "unbuild": "^2.0.0", "vitest": "^3.0.5" } }