UNPKG

postcss-minify-font-values

Version:

Minify font declarations with PostCSS

53 lines 1.1 kB
{ "name": "postcss-minify-font-values", "version": "9.0.2", "description": "Minify font declarations with PostCSS", "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" }, "./package.json": "./package.json" }, "main": "./src/index.js", "types": "./types/index.d.ts", "files": [ "src", "LICENSE", "types" ], "author": "Bogdan Chadkin <trysound@yandex.ru>", "license": "MIT", "keywords": [ "css", "font", "font-family", "font-weight", "optimise", "postcss-plugin" ], "dependencies": { "postcss-value-parser": "^4.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/cssnano/cssnano.git" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "homepage": "https://github.com/cssnano/cssnano", "engines": { "node": "^22.22.3 || ^24.15.0 || >=26.0" }, "devDependencies": { "postcss": "^8.5.28" }, "peerDependencies": { "postcss": "^8.5.28" }, "type": "module", "scripts": { "test": "node --test" } }