mirror of
https://github.com/ecomfe/fontmin.git
synced 2026-01-18 14:26:45 +00:00
79 lines
1.6 KiB
JSON
79 lines
1.6 KiB
JSON
{
|
|
"name": "fontmin",
|
|
"version": "2.0.3",
|
|
"description": "Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"keywords": [
|
|
"font",
|
|
"webfont",
|
|
"icon",
|
|
"iconfont",
|
|
"font-face",
|
|
"compress",
|
|
"minify",
|
|
"font-cli",
|
|
"otf",
|
|
"ttf",
|
|
"woff",
|
|
"woff2",
|
|
"eot",
|
|
"svg",
|
|
"ttf2eot",
|
|
"ttf2woff",
|
|
"ttf2woff2",
|
|
"ttf2svg",
|
|
"svg2ttf",
|
|
"css",
|
|
"base64"
|
|
],
|
|
"author": "junmer",
|
|
"license": "MIT",
|
|
"repository": "ecomfe/fontmin",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"bin": {
|
|
"fontmin": "cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/*.spec.js",
|
|
"coverage": "c8 mocha --reporter spec --check-leaks test/*.spec.js"
|
|
},
|
|
"exports": {
|
|
"require": "./index.js",
|
|
"import": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/through2": "^2.0.38",
|
|
"b3b": "^0.0.1",
|
|
"buffer-to-vinyl": "^1.0.0",
|
|
"code-points": "^2.0.0-1",
|
|
"concat-stream": "^2.0.0",
|
|
"fonteditor-core": "^2.6.2",
|
|
"get-stdin": "^9.0.0",
|
|
"is-otf": "^0.1.2",
|
|
"is-svg": "^5.1.0",
|
|
"is-ttf": "^0.2.2",
|
|
"lodash": "^4.17.10",
|
|
"meow": "^13.2.0",
|
|
"pako": "^2.0.3",
|
|
"replace-ext": "^2.0.0",
|
|
"stream-combiner": "^0.2.1",
|
|
"through2": "^4.0.2",
|
|
"ttf2woff2": "^6.0.1",
|
|
"vinyl-fs": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "^10.1.2",
|
|
"chai": "^5.1.2",
|
|
"gulp-clean": "^0.4.0",
|
|
"is-eot": "^1.0.0",
|
|
"is-woff": "^1.0.1",
|
|
"is-woff2": "^1.0.0",
|
|
"mocha": "^10.8.2"
|
|
}
|
|
}
|