{
  "name": "@localzet/grammy-nestjs",
  "type": "commonjs",
  "version": "1.0.2",
  "public": true,
  "license": "AGPL-3.0-only",
  "description": "Telegram lib for NestJS",
  "author": "Ivan Zorin <creator@localzet.com>",
  "homepage": "https://github.com/localzet/grammy-nestjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/localzet/grammy-nestjs.git"
  },
  "bugs": {
    "url": "https://github.com/localzet/grammy-nestjs/issues"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/**/*"
  ],
  "scripts": {
    "clean": "rm -rf build",
    "build:lib": "tsc -p tsconfig.lib.json",
    "build": "npm run clean && npm run build:lib",
    "prepublish": "npm run build"
  },
  "keywords": [],
  "dependencies": {
    "lodash": "^4.17.21",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.0.0 || ^11.0.0",
    "@nestjs/core": "^10.0.0 || ^11.0.0",
    "grammy": "^1.7.3"
  },
  "devDependencies": {
    "@nestjs/common": "^10.0.0 || ^11.0.0",
    "@nestjs/core": "^10.0.0 || ^11.0.0",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.20",
    "@types/node": "^24.0.15",
    "grammy": "^1.7.3",
    "typescript": "^5.8.3"
  }
}
