mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-03-21 01:03:44 +03:00
chore(): update package info
This commit is contained in:
parent
ad0679b89a
commit
99755338d2
15
package.json
15
package.json
@ -1,8 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nestjs-telegraf",
|
"name": "nestjs-telegraf",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"main": "./dist/index.js",
|
|
||||||
"types": "./dist/index.d.ts",
|
|
||||||
"description": "Telegraf module for NestJS",
|
"description": "Telegraf module for NestJS",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"nest",
|
"nest",
|
||||||
@ -23,8 +21,19 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Alexander Bukhalo <a@bukhalo.com>",
|
"author": "Alexander Bukhalo <a@bukhalo.com>",
|
||||||
"contributors": [
|
"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",
|
"repository": "git@github.com:bukhalo/nestjs-telegraf.git",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf dist && tsc -p tsconfig.json",
|
"build": "rm -rf dist && tsc -p tsconfig.json",
|
||||||
|
Loading…
Reference in New Issue
Block a user