mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-11 22:51:06 +03:00
chore(package.json): remove sample app start
This commit is contained in:
parent
4420e01d8a
commit
6ab86f9fad
@ -32,8 +32,7 @@
|
|||||||
"prepublish:npm": "npm run build",
|
"prepublish:npm": "npm run build",
|
||||||
"publish:npm": "npm publish --access public",
|
"publish:npm": "npm publish --access public",
|
||||||
"test": "",
|
"test": "",
|
||||||
"typedoc:build": "typedoc --tsconfig ./tsconfig.typedoc.json",
|
"typedoc:build": "typedoc --tsconfig ./tsconfig.typedoc.json"
|
||||||
"sample-app": "ts-node --transpile-only -r tsconfig-paths/register sample/main.ts"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"telegraf": "3.38.0"
|
"telegraf": "3.38.0"
|
||||||
@ -53,7 +52,6 @@
|
|||||||
"prettier": "2.2.1",
|
"prettier": "2.2.1",
|
||||||
"reflect-metadata": "0.1.13",
|
"reflect-metadata": "0.1.13",
|
||||||
"rxjs": "6.6.3",
|
"rxjs": "6.6.3",
|
||||||
"tsconfig-paths": "3.9.0",
|
|
||||||
"typedoc": "0.20.9",
|
"typedoc": "0.20.9",
|
||||||
"typescript": "4.1.3"
|
"typescript": "4.1.3"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user