{
    "name": "fvonts",
    "version": "0.2.0",
    "description": "Those who wish can use cdn files for my projects.",
    "main": "./dist/index.js",
    "type": "module",
    "bin": {
        "fvonts": "./dist/index.js"
    },
    "files": [
        "dist/*",
        "LICENSE",
        "README.md"
    ],
    "scripts": {
        "build": "tsc"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ahmetcanisik/fvonts.git"
    },
    "keywords": [
        "fvonts",
        "fvuar",
        "ahmetcanisik",
        "fontscdn",
        "template generator",
        "fvonts template generator"
    ],
    "author": {
        "name": "ahmetcanisik",
        "email": "can.isik.business@gmail.com",
        "url": "https://ahmetcanisik.com"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/ahmetcanisik/fvonts/issues"
    },
    "homepage": "https://github.com/ahmetcanisik/fvonts#readme",
    "dependencies": {
        "commander": "^12.1.0"
    },
    "devDependencies": {
        "@types/node": "^22.12.0",
        "typescript": "^5.7.3"
    }
}
