{
  "name": "@aronysky/nestjs-telegraf",
  "version": "3.1.6",
  "description": "Just a temp package!!!",
  "keywords": [
    "nest",
    "nestjs",
    "nestjs-module",
    "telegraf",
    "telegram",
    "telegram bot",
    "telegram bot api",
    "bot",
    "bot api",
    "bot framework"
  ],
  "homepage": "https://nestjs-telegraf.hypeer.company",
  "bugs": {
    "url": "https://github.com/hypeertech/nestjs-telegraf/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/skyArony/nestjs-telegraf.git"
  },
  "license": "MIT",
  "author": "Hypeer <hello@hypeer.company>",
  "contributors": [
    "Arthur Asimov <arthur.asimov.z0@gmail.com>"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "precommit": "lint-staged",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "publish:beta:npm": "npm publish --access public --tag beta",
    "test": "",
    "typedoc:build": "typedoc --tsconfig ./tsconfig.typedoc.json"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@commitlint/cli": "17.8.0",
    "@commitlint/config-angular": "17.8.0",
    "@nestjs/common": "^10.2.7",
    "@nestjs/core": "^10.2.7",
    "@types/lodash": "4.14.200",
    "@typescript-eslint/eslint-plugin": "6.8.0",
    "@typescript-eslint/parser": "6.8.0",
    "eslint": "8.51.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-prettier": "5.0.1",
    "husky": "8.0.3",
    "lint-staged": "15.0.2",
    "prettier": "3.0.3",
    "reflect-metadata": "0.1.13",
    "telegraf": "4.14.0",
    "typedoc": "0.25.2",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.2.7",
    "@nestjs/core": "^10.2.7",
    "reflect-metadata": "^0.1.13",
    "telegraf": "4.14.0",
    "typescript": "^5.2.2"
  },
  "directories": {
    "lib": "lib"
  }
}
