{
  "name": "fontgen-cli",
  "version": "1.0.5",
  "type": "module",
  "description": "An awesome CLI (Terminal) Tool made using NodeJS and PNPM as the package manager to manage fonts in TailwindCSS! Easily add local fonts by using a specified folder and input into the @theme variable in Tailwind css file.",
  "main": "index.js",
  "bin": {
    "fontgen-cli": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hypokalemia/fontgen-cli.git"
  },
  "keywords": [
    "Fonts",
    "Generator",
    "CLI",
    "Terminal",
    "Cli",
    "Tool",
    "TailwindCSS",
    "Font-Magician",
    "Tailwind",
    "Theme"
  ],
  "author": "Hypocalemia",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/hypokalcemia/fontgen-cli/issues"
  },
  "homepage": "https://github.com/hypokalcemia/fontgen-cli#readme",
  "dependencies": {
    "chalk": "^5.4.1",
    "fontgen-cli": "link:",
    "fs-extra": "^11.3.0",
    "fuzzy": "^0.1.3",
    "glob": "^11.0.2",
    "inquirer": "^12.6.1",
    "path": "^0.12.7"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}