mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-11 14:48:10 +03:00
chore: update meta info
This commit is contained in:
parent
13bd232ae3
commit
81261e1dc9
@ -1,6 +1,6 @@
|
||||
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
|
||||
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
|
||||
|
||||
- Authors - [robotmafia Inc.](https://robotmafia.io) & [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/)
|
||||
- Maintainers - [robotmafia Inc.](https://robotmafia.io/)
|
||||
- Authors - [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/)
|
||||
- Maintainers - [Aleksandr Bukhalo](https://bukhalo.com/)
|
||||
- Website - [https://nestjs.com](https://nestjs.com/)
|
||||
|
||||
## 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",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
13
package.json
13
package.json
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@robotmafia-inc/nestjs-telegraf",
|
||||
"name": "nestjs-telegraf",
|
||||
"version": "1.0.2",
|
||||
"description": "Telegraf module for NestJS",
|
||||
"keywords": [
|
||||
@ -14,18 +14,17 @@
|
||||
"bot api",
|
||||
"bot framework"
|
||||
],
|
||||
"homepage": "https://github.com/robotmafia-inc/nestjs-telegraf#readme",
|
||||
"homepage": "https://github.com/bukhalo/nestjs-telegraf#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/robotmafia-inc/nestjs-telegraf/issues"
|
||||
"url": "https://github.com/bukhalo/nestjs-telegraf/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "robotmafia Inc. <hello@robotmafia.io>",
|
||||
"author": "Aleksandr Bukhalo <a@bukhalo.com>",
|
||||
"contributors": [
|
||||
"donbot <donbot@robotmafia.io>",
|
||||
"Aleksandr Bukhalo <aleksandr@bukhalo.com> (https://bukhalo.com/)",
|
||||
"Aleksandr Bukhalo <a@bukhalo.com> (https://bukhalo.com/)",
|
||||
"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": {
|
||||
"build": "rm -rf dist && tsc -p tsconfig.json",
|
||||
"precommit": "lint-staged",
|
||||
|
Loading…
Reference in New Issue
Block a user