Update package.json

This commit is contained in:
Maxim Slipenko 2023-07-23 13:27:50 +03:00 committed by GitHub
parent 47fa585b4e
commit ff383f767f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"name": "nestjs-telegraf", "name": "@maks1ms/nestjs-telegraf",
"version": "2.6.4", "version": "2.6.4",
"description": "Telegraf module for NestJS", "description": "Telegraf module for NestJS",
"keywords": [ "keywords": [
@ -14,18 +14,19 @@
"bot api", "bot api",
"bot framework" "bot framework"
], ],
"homepage": "https://nestjs-telegraf.hypeer.company",
"bugs": { "bugs": {
"url": "https://github.com/hypeertech/nestjs-telegraf/issues" "url": "https://github.com/Maks1mS/nestjs-telegraf/issues"
}, },
"repository": "git@github.com:hypeertech/nestjs-telegraf.git", "repository": "git@github.com:Maks1mS/nestjs-telegraf.git",
"funding": "https://hypeer.company/donate",
"license": "MIT", "license": "MIT",
"author": "Hypeer <hello@hypeer.company>", "author": "Hypeer <hello@hypeer.company>",
"contributors": [ "contributors": [
{ {
"name": "Arthur Asimov", "name": "Arthur Asimov",
"email": "arthur.asimov.z0@gmail.com" "email": "arthur.asimov.z0@gmail.com"
},
{
"name": "Maxim Slipenko",
} }
], ],
"main": "./dist/index.js", "main": "./dist/index.js",