Merge branch 'master' of github.com:bukhalo/nestjs-telegraf into feature/v2

 Conflicts:
	package-lock.json
	package.json
This commit is contained in:
Alexander Bukhalo
2021-01-02 16:15:58 +03:00
14 changed files with 25596 additions and 3752 deletions

View File

@@ -19,10 +19,9 @@
"url": "https://github.com/bukhalo/nestjs-telegraf/issues"
},
"license": "MIT",
"author": "Aleksandr Bukhalo <a@bukhalo.com>",
"author": "Alexander Bukhalo <a@bukhalo.com>",
"contributors": [
"Aleksandr Bukhalo <a@bukhalo.com> (https://bukhalo.com/)",
"Igor Kamyshev <igor@kamyshev.me> (https://kamyshev.me/)"
"Alexander Bukhalo <a@bukhalo.com> (https://bukhalo.com/)"
],
"repository": "git@github.com:bukhalo/nestjs-telegraf.git",
"scripts": {
@@ -30,28 +29,25 @@
"precommit": "lint-staged",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"test": "",
"sample-app": "ts-node --transpile-only -r tsconfig-paths/register sample/main.ts"
"test": ""
},
"dependencies": {
"telegraf": "^3.38.0"
},
"devDependencies": {
"@nestjs/common": "7.6.1",
"@nestjs/core": "7.6.1",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"eslint": "7.15.0",
"eslint-config-prettier": "7.0.0",
"@nestjs/common": "7.6.5",
"@nestjs/core": "7.6.5",
"@typescript-eslint/eslint-plugin": "4.11.1",
"@typescript-eslint/parser": "4.11.1",
"eslint": "7.17.0",
"eslint-config-prettier": "7.1.0",
"eslint-plugin-import": "2.22.1",
"husky": "4.3.5",
"husky": "4.3.6",
"lint-staged": "10.5.3",
"prettier": "2.2.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "4.1.2"
"typescript": "4.1.3"
},
"peerDependencies": {
"@nestjs/common": "^6.7.0 || ^7.0.0",