chore(): update package info

This commit is contained in:
Alexander Bukhalo 2021-01-05 16:18:37 +03:00
parent ad0679b89a
commit 99755338d2

View File

@ -1,8 +1,6 @@
{
"name": "nestjs-telegraf",
"version": "2.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"description": "Telegraf module for NestJS",
"keywords": [
"nest",
@ -23,8 +21,19 @@
"license": "MIT",
"author": "Alexander Bukhalo <a@bukhalo.com>",
"contributors": [
"Alexander Bukhalo <a@bukhalo.com> (https://bukhalo.com/)"
{
"name": "Arthur Asimov",
"email": "arthur.asimov.z0@gmail.com"
}
],
"funding": [
{
"type": "individual",
"url": "https://www.tinkoff.ru/sl/95M2htqoxux"
}
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "git@github.com:bukhalo/nestjs-telegraf.git",
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",