{
    "name": "telegram-bot-api-lightweight-client",
    "version": "9.0.0",
    "description": "Lightweight Telegram Bot API client. Exports only minimal Fetch call. Fully compatible with AWS LLRT.",
    "keywords": [
        "telegram",
        "telegram bot",
        "telegram bot api",
        "bot",
        "fetch",
        "llrt",
        "async",
        "lightweight",
        "no-deps"
    ],
    "main": "src/index.ts",
    "files": [
        "src"
    ],
    "scripts": {
        "lint": "eslint .",
        "test": "node ./node_modules/jest/bin/jest.js --runInBand"
    },
    "type": "module",
    "author": "HRAshton",
    "license": "MIT",
    "homepage": "https://github.com/HRAshton/telegram-bot-api-lightweight-client",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/HRAshton/telegram-bot-api-lightweight-client.git"
    },
    "bugs": {
        "url": "https://github.com/HRAshton/telegram-bot-api-lightweight-client/issues"
    },
    "devDependencies": {
        "@types/jest": "^29.5.14",
        "@typescript-eslint/eslint-plugin": "^8.12.2",
        "@typescript-eslint/parser": "^8.12.2",
        "eslint": "^9.19.0",
        "jest": "^29.7.0",
        "ts-jest": "^29.2.5",
        "ts-node": "^10.9.2",
        "typescript": "^5.6.3"
    }
}
