1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

added templaters

This commit is contained in:
Fedor Katurov 2021-04-28 15:51:59 +07:00
parent 1754092f7c
commit d5228ef146
13 changed files with 406 additions and 17 deletions

View file

@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"start": "node ./dist/index.js",
"build": "rm -rf ./dist && tsc && copyfiles -f ./config*.yml ./dist"
"build": "rm -rf ./dist && tsc && copyfiles -f ./config*.yml ./dist && copyfiles ./templates/*.md ./dist"
},
"dependencies": {
"@types/node": "^14.14.37",
@ -17,8 +17,13 @@
"node-yaml-config": "^0.0.6",
"path": "^0.12.7",
"ramda": "^0.27.1",
"remark": "^13.0.0",
"remark-extract-frontmatter": "^3.1.0",
"remark-frontmatter": "^3.0.0",
"remark-parse-frontmatter": "^1.0.3",
"socks-proxy-agent": "^5.0.0",
"telegraf": "^4.3.0",
"to-vfile": "^6.1.0",
"typescript": "^4.2.3",
"url": "^0.11.0",
"vk-io": "^4.2.0",