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