{
    "name": "@balegraf/balegraf",
    "version": "0.16.3",
    "description": "create Bale bots with a Telegraf-like framework for Bale messenger",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc -p .",
        "build:dev": "tsc -w"
    },
    "files": [
        "dist"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Ghostmaysam1/balegraf.git"
    },
    "homepage": "https://github.com/Ghostmaysam1/balegraf",
    "bugs": {
        "url": "https://github.com/Ghostmaysam1/balegraf/issues"
    },
    "author": "Meysam Asefi Najafi",
    "keywords": [
        "bale",
        "bot",
        "bale-api",
        "bale-bot-api",
        "balegraf",
        "bale-bot",
        "bale_bot"
    ],
    "license": "MIT",
    "engines": {
        "node": ">=20"
    },
    "devDependencies": {
        "ts-node": "^10.0.0",
        "typedoc": "^0.28.19",
        "typescript": "^5.0.0",
        "vitest": "^1.0.0"
    },
    "dependencies": {
        "axios": "^1.17.0",
        "form-data": "^4.0.5"
    }
}
