{
    "name": "@grammyjs/hydrate",
    "description": "Hydration plugin for grammY",
    "version": "1.6.0",
    "author": "KnorpelSenf",
    "license": "MIT",
    "engines": {
        "node": "^12.20.0 || >=14.13.1"
    },
    "homepage": "https://grammy.dev/plugins/hydrate.html",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/grammyjs/hydrate.git"
    },
    "bugs": {
        "url": "https://github.com/grammyjs/hydrate/issues"
    },
    "scripts": {
        "prepare": "npm run build",
        "build": "deno2node",
        "format": "deno fmt",
        "lint": "deno lint"
    },
    "dependencies": {
        "abort-controller": "^3.0.0"
    },
    "peerDependencies": {
        "grammy": "^1.38.0"
    },
    "devDependencies": {
        "@types/node": "^12.20.55",
        "deno2node": "^1.11.0"
    },
    "files": [
        "out/"
    ],
    "main": "out/mod.js",
    "type": "commonjs",
    "keywords": [
        "bot",
        "middleware",
        "grammy",
        "hydrate",
        "hydration",
        "methods",
        "shortcuts"
    ]
}
