mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-03-15 22:43:45 +03:00
chore: update meta info
This commit is contained in:
parent
13bd232ae3
commit
81261e1dc9
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019 - present robotmafia Inc. & Bukhalo Aleksandr Aleksandrovich & Igor Kamyshev
|
Copyright (c) 2019 - present Bukhalo Aleksandr Aleksandrovich
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -153,8 +153,8 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
|
|||||||
|
|
||||||
## People
|
## People
|
||||||
|
|
||||||
- Authors - [robotmafia Inc.](https://robotmafia.io) & [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/)
|
- Authors - [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/)
|
||||||
- Maintainers - [robotmafia Inc.](https://robotmafia.io/)
|
- Maintainers - [Aleksandr Bukhalo](https://bukhalo.com/)
|
||||||
- Website - [https://nestjs.com](https://nestjs.com/)
|
- Website - [https://nestjs.com](https://nestjs.com/)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@robotmafia-inc/nestjs-telegraf",
|
"name": "nestjs-telegraf",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
13
package.json
13
package.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@robotmafia-inc/nestjs-telegraf",
|
"name": "nestjs-telegraf",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "Telegraf module for NestJS",
|
"description": "Telegraf module for NestJS",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -14,18 +14,17 @@
|
|||||||
"bot api",
|
"bot api",
|
||||||
"bot framework"
|
"bot framework"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/robotmafia-inc/nestjs-telegraf#readme",
|
"homepage": "https://github.com/bukhalo/nestjs-telegraf#readme",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/robotmafia-inc/nestjs-telegraf/issues"
|
"url": "https://github.com/bukhalo/nestjs-telegraf/issues"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "robotmafia Inc. <hello@robotmafia.io>",
|
"author": "Aleksandr Bukhalo <a@bukhalo.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"donbot <donbot@robotmafia.io>",
|
"Aleksandr Bukhalo <a@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:robotmafia-inc/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",
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
|
Loading…
Reference in New Issue
Block a user