{
  "module": "./esm/mod.js",
  "main": "./script/mod.js",
  "types": "./types/mod.d.ts",
  "name": "grammy-guard",
  "description": "Guard middlewares for grammY",
  "homepage": "https://github.com/deptyped/grammy-guard#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deptyped/grammy-guard.git"
  },
  "author": "deptyped <deptyped@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deptyped/grammy-guard/issues"
  },
  "keywords": [
    "grammy",
    "bot",
    "telegram",
    "telegram-bot",
    "telegram-bot-api"
  ],
  "version": "0.5.0",
  "exports": {
    ".": {
      "import": {
        "types": "./types/mod.d.ts",
        "default": "./esm/mod.js"
      },
      "require": {
        "types": "./types/mod.d.ts",
        "default": "./script/mod.js"
      }
    }
  },
  "dependencies": {
    "callback-data": "^1.0.0"
  },
  "peerDependencies": {
    "grammy": "^1.10.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.9"
  }
}