diff --git a/package.json b/package.json index 2e560d1..15239fd 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [ - "Alexander Bukhalo (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",