mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-11 22:51:06 +03:00
chore: update package meta info
NJTG-7
This commit is contained in:
parent
39ac5f862e
commit
dbb6b2485a
15
package.json
15
package.json
@ -1,12 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@robotmafia-inc/nestjs-telegraf",
|
"name": "@robotmafia-inc/nestjs-telegraf",
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "1.0.0-alpha.1",
|
||||||
"description": "Telegraf module for Nest framework",
|
"description": "Telegraf module for NestJS",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"nest",
|
"nest",
|
||||||
"nestjs",
|
"nestjs",
|
||||||
"nodejs",
|
"nestjs-module",
|
||||||
"typescript",
|
|
||||||
"telegraf",
|
"telegraf",
|
||||||
"telegram",
|
"telegram",
|
||||||
"telegram bot",
|
"telegram bot",
|
||||||
@ -15,18 +14,18 @@
|
|||||||
"bot api",
|
"bot api",
|
||||||
"bot framework"
|
"bot framework"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/bukhalo/nestjs-telegraf#readme",
|
"homepage": "https://bitbucket.org/robotmafia-inc/nestjs-telegraf",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/bukhalo/nestjs-telegraf/issues",
|
"url": "https://bitbucket.org/robotmafia-inc/nestjs-telegraf/issues"
|
||||||
"email": "aleksandr@bukhalo.com"
|
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Aleksandr Bukhalo <aleksandr@bukhalo.com>",
|
"author": "robotmafia Inc. <hello@robotmafia.io>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
"donbot <donbot@robotmafia.io>",
|
||||||
"Aleksandr Bukhalo <aleksandr@bukhalo.com> (https://bukhalo.com/)",
|
"Aleksandr Bukhalo <aleksandr@bukhalo.com> (https://bukhalo.com/)",
|
||||||
"Igor Kamyshev <igor@kamyshev.me> (https://kamyshev.me/)"
|
"Igor Kamyshev <igor@kamyshev.me> (https://kamyshev.me/)"
|
||||||
],
|
],
|
||||||
"repository": "git@github.com:bukhalo/nestjs-telegraf.git",
|
"repository": "git@bitbucket.org:robotmafia-inc/nestjs-telegraf.git",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf dist && tsc -p tsconfig.json",
|
"build": "rm -rf dist && tsc -p tsconfig.json",
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
|
Loading…
Reference in New Issue
Block a user