mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
initial
This commit is contained in:
commit
ddefc2743a
21 changed files with 873 additions and 0 deletions
27
package.json
Normal file
27
package.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "new-telegram-bot",
|
||||
"version": "0.0.1",
|
||||
"description": "Telegram Bot For HBC group",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node ./dist/index.js",
|
||||
"build": "rm -rf ./dist && tsc && copyfiles -f ./config*.yml ./dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^14.14.37",
|
||||
"js-yaml": "^4.0.0",
|
||||
"node-yaml-config": "^0.0.6",
|
||||
"path": "^0.12.7",
|
||||
"ramda": "^0.27.1",
|
||||
"typescript": "^4.2.3",
|
||||
"winston": "^3.3.3",
|
||||
"yup": "^0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.39",
|
||||
"@types/winston": "^2.4.4",
|
||||
"@types/yup": "^0.29.11",
|
||||
"copyfiles": "^2.4.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue