1 | {
|
2 | "name": "postcss-minify-font-values",
|
3 | "version": "7.0.0",
|
4 | "description": "Minify font declarations with PostCSS",
|
5 | "main": "src/index.js",
|
6 | "types": "types/index.d.ts",
|
7 | "files": [
|
8 | "src",
|
9 | "LICENSE",
|
10 | "types"
|
11 | ],
|
12 | "author": "Bogdan Chadkin <trysound@yandex.ru>",
|
13 | "license": "MIT",
|
14 | "keywords": [
|
15 | "css",
|
16 | "font",
|
17 | "font-family",
|
18 | "font-weight",
|
19 | "optimise",
|
20 | "postcss-plugin"
|
21 | ],
|
22 | "dependencies": {
|
23 | "postcss-value-parser": "^4.2.0"
|
24 | },
|
25 | "repository": "cssnano/cssnano",
|
26 | "bugs": {
|
27 | "url": "https://github.com/cssnano/cssnano/issues"
|
28 | },
|
29 | "homepage": "https://github.com/cssnano/cssnano",
|
30 | "engines": {
|
31 | "node": "^18.12.0 || ^20.9.0 || >=22.0"
|
32 | },
|
33 | "devDependencies": {
|
34 | "postcss": "^8.4.38"
|
35 | },
|
36 | "peerDependencies": {
|
37 | "postcss": "^8.4.31"
|
38 | }
|
39 | } |
\ | No newline at end of file |