mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
improve vscode launching
This commit is contained in:
parent
4bc8b89b78
commit
31af4e11b1
10 changed files with 252 additions and 76 deletions
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node ./dist/index.js",
|
||||
"dev": "NODE_ENV=dev node -r ts-node/register ./src/index.ts --config=./config.yml",
|
||||
"build": "rm -rf ./dist && tsc && copyfiles -f ./config*.yml ./dist && copyfiles ./templates/*.md ./dist"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -15,11 +16,12 @@
|
|||
"handlebars": "^4.7.7",
|
||||
"http": "^0.0.1-security",
|
||||
"js-yaml": "^4.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"morgan": "^1.10.0",
|
||||
"node-yaml-config": "^0.0.6",
|
||||
"path": "^0.12.7",
|
||||
"pg": "^8.6.0",
|
||||
"ramda": "^0.27.1",
|
||||
"ramda": "^0.29.1",
|
||||
"remark": "^13.0.0",
|
||||
"remark-extract-frontmatter": "^3.1.0",
|
||||
"remark-frontmatter": "^3.0.0",
|
||||
|
@ -30,11 +32,12 @@
|
|||
"strip-markdown": "^4.0.0",
|
||||
"telegraf": "^4.3.0",
|
||||
"to-vfile": "^6.1.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typeorm": "^0.2.32",
|
||||
"typescript": "^4.2.3",
|
||||
"unist-util-filter": "^3.0.0",
|
||||
"url": "^0.11.0",
|
||||
"vk-io": "^4.2.0",
|
||||
"vk-io": "^4.8.3",
|
||||
"winston": "^3.3.3",
|
||||
"yargs": "^17.0.0-candidate.10",
|
||||
"yup": "^0.32.9"
|
||||
|
@ -44,7 +47,6 @@
|
|||
"@types/express": "^4.17.11",
|
||||
"@types/handlebars": "^4.1.0",
|
||||
"@types/node": "^14.14.37",
|
||||
"@types/ramda": "^0.27.39",
|
||||
"@types/winston": "^2.4.4",
|
||||
"@types/yargs": "^16.0.1",
|
||||
"@types/yup": "^0.29.11",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue