{
  "name": "@twbs/fantasticon",
  "version": "3.1.0",
  "description": "Icon font generation tool",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/fantasticon.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "icons",
    "fonts",
    "iconfonts",
    "svg",
    "vector"
  ],
  "author": "Tancredi Trugenberger",
  "bugs": {
    "url": "https://github.com/twbs/fantasticon/issues"
  },
  "homepage": "https://github.com/twbs/fantasticon#readme",
  "main": "lib/index.js",
  "bin": {
    "fantasticon": "bin/fantasticon"
  },
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "build": "rimraf lib && tsc --project ./tsconfig.json",
    "watch": "npm run build -- --watch",
    "typecheck": "tsc --noEmit --project tsconfig.test.json --noEmit",
    "lint": "prettier --check .",
    "fix": "prettier --write ."
  },
  "files": [
    "bin/fantasticon",
    "lib/**/*.{js,ts,map}",
    "!lib/**/{__mocks__,__tests__}/",
    "templates/*.hbs"
  ],
  "prepublish": "build",
  "dependencies": {
    "case": "^1.6.3",
    "commander": "^11.1.0",
    "figures": "^3.2.0",
    "glob": "^7.2.3",
    "handlebars": "^4.7.8",
    "picocolors": "^1.1.1",
    "slugify": "^1.6.6",
    "svg2ttf": "^6.0.3",
    "svgicons2svgfont": "^12.0.0",
    "ttf2eot": "^3.1.0",
    "ttf2woff": "^3.0.0",
    "ttf2woff2": "^5.0.0"
  },
  "devDependencies": {
    "@types/glob": "^7.2.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.23",
    "@types/svg2ttf": "^5.0.3",
    "@types/svgicons2svgfont": "^10.0.5",
    "@types/ttf2eot": "^2.0.2",
    "@types/ttf2woff": "^2.0.4",
    "@types/ttf2woff2": "^2.0.2",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.2.6",
    "typescript": "^5.8.2"
  },
  "engines": {
    "node": ">=16"
  }
}
