UNPKG

nestjs-telegraf

Version:
89 lines (88 loc) 2.27 kB
{ "name": "nestjs-telegraf", "version": "2.9.1", "description": "Telegraf module for NestJS", "keywords": [ "nest", "nestjs", "nestjs-module", "telegraf", "telegram", "telegram bot", "telegram bot api", "bot", "bot api", "bot framework" ], "homepage": "https://nestjs-telegraf.0x467.com/", "bugs": { "url": "https://github.com/nksmnf/nestjs-telegraf/issues" }, "repository": "git@github.com:nksmnf/nestjs-telegraf.git", "license": "MIT", "author": "0x467 <0x467@pm.me>", "contributors": [ { "name": "Nikolay Simonov", "email": "nksmnf@gmail.com" }, { "name": "Arthur Asimov", "email": "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", "test": "", "typedoc:build": "typedoc --tsconfig ./tsconfig.typedoc.json", "docs:dev": "vitepress dev", "docs:build": "vitepress build", "docs:preview": "vitepress preview" }, "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": "19.8.0", "@commitlint/config-angular": "19.8.0", "@nestjs/common": "^11.1.0", "@nestjs/core": "^11.1.0", "@types/lodash": "4.17.16", "@typescript-eslint/eslint-plugin": "8.31.0", "@typescript-eslint/parser": "8.31.0", "eslint": "^9.25.1", "eslint-config-prettier": "10.1.2", "eslint-plugin-prettier": "5.2.6", "husky": "9.1.7", "lint-staged": "15.5.1", "prettier": "3.5.3", "reflect-metadata": "^0.2.2", "telegraf": "^4.16.3", "typedoc": "0.28.3", "typescript": "5.8.3", "vitepress": "^1.6.3" }, "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0", "@nestjs/core": "^10.0.0 || ^11.0.0", "reflect-metadata": "^0.2.2", "telegraf": "^4.0.0", "typescript": "^4.1.2 || ^5.0.0" } }