{
  "name": "@zupit-it/fantasticon",
  "version": "1.0.1",
  "description": "Icon font generation tool",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zupit-it/fantasticon"
  },
  "keywords": [
    "icons",
    "fonts",
    "iconfonts",
    "svg",
    "vector"
  ],
  "author": "Zupit",
  "bugs": {
    "url": "https://github.com/zupit-it/fantasticon/issues"
  },
  "homepage": "https://github.com/zupit-it/fantasticon#readme",
  "main": "lib/index.js",
  "bin": {
    "zupit-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",
    "cli-color": "^2.0.4",
    "commander": "^12.0.0",
    "glob": "^10.3.12",
    "handlebars": "^4.7.8",
    "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/cli-color": "^2.0.6",
    "@types/glob": "^8.1.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.5",
    "@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.2.5",
    "rimraf": "^5.0.5",
    "semantic-release": "^23.0.7",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.4"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "rootDir": "./src",
    "transform": {
      "^.+\\.tsx?$": [
        "ts-jest",
        {
          "tsconfig": "./tsconfig.test.json"
        }
      ]
    }
  },
  "engines": {
    "node": ">= 16.0.0"
  }
}
