{
  "name": "@furkot/webfonts-generator",
  "version": "2.0.3",
  "description": "Generator of webfonts from svg icons",
  "scripts": {
    "test": "make check"
  },
  "repository": "furkot/webfonts-generator",
  "keywords": [
    "font",
    "webfont",
    "svg",
    "ttf",
    "woff",
    "woff2"
  ],
  "author": "sunflowerdeath",
  "license": "Unlicense",
  "dependencies": {
    "handlebars": "^4.1.2",
    "lodash": "^4.17.20",
    "svg2ttf": "^6.0.3",
    "svgicons2svgfont": "^15.0.0",
    "ttf2woff": "^3.0.0",
    "wawoff2": "^2.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.0.5",
    "file-type": "~21"
  },
  "files": [
    "index.js",
    "lib",
    "templates"
  ]
}
