{
  "name": "icon-font-buildr",
  "repository": "github:fabiospampinato/icon-font-buildr",
  "description": "Build custom icon fonts, it supports remote and local icons sources.",
  "version": "2.0.0",
  "type": "module",
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "bin": "dist/bin.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "test": "node test/index.js",
    "prepublishOnly": "npm run clean && npm run compile && npm run test"
  },
  "keywords": [
    "font",
    "icon",
    "builder",
    "generator",
    "cli"
  ],
  "dependencies": {
    "find-up-json": "^2.0.1",
    "plain-object-merge": "^2.0.0",
    "specialist": "1.1.0",
    "svg2ttf": "^6.0.3",
    "svgicons2svgfont": "^12.0.0",
    "ttf2eot": "^3.1.0",
    "ttf2woff": "^3.0.0",
    "wawoff2": "^2.0.1"
  },
  "devDependencies": {
    "@types/node": "^18.14.0",
    "@types/svgicons2svgfont": "^10.0.1",
    "@types/wawoff2": "^1.0.0",
    "fava": "^0.2.0",
    "prompts-helpers": "^2.0.0",
    "tsex": "^2.2.0",
    "typescript": "^4.9.5"
  }
}
