{
  "name": "@kastov/grammy-nestjs",
  "description": "grammY module for NestJS",
  "version": "0.4.2",
  "author": {
    "name": "Mike Crowe",
    "email": "drmikecrowe@gmail.com"
  },
  "bugs": "https://github.com/grammyjs/nestjs/issues",
  "contributors": [
    {
      "name": "Arthur Asimov",
      "email": "arthur.asimov.z0@gmail.com"
    }
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "homepage": "https://github.com/grammyjs/nestjs#README.md",
  "keywords": [
    "bot",
    "bot api",
    "bot framework",
    "grammy",
    "nest",
    "nestjs",
    "nestjs-module",
    "telegram",
    "telegram bot",
    "telegram bot api"
  ],
  "license": "MIT",
  "dependencies": {
    "debug": "^4.3.4",
    "lodash": "^4.17.21",
    "source-map-support": "^0.5.21",
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
    "@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
    "grammy": "^1.7.3"
  },
  "repository": "grammyjs/nestjs",
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts"
}
