mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "new-telegram-bot",
|
|
"version": "0.0.1",
|
|
"description": "Telegram Bot For HBC group",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"environment": "docker-compose -f ./docker/docker-compose.yml up db -d",
|
|
"start": "node ./dist/index.js",
|
|
"dev": "NODE_ENV=dev node -r ts-node/register ./src/index.ts --config=./config.yml",
|
|
"build": "rm -rf ./output ./dist && tsc && yarn ncc build ./output/index.js -o ./dist && rm -rf ./output && copyfiles -f ./config*.yml ./dist && copyfiles ./templates/*.md ./dist",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"cross-fetch": "^3.1.4",
|
|
"date-fns": "^3.2.0",
|
|
"express": "^4.17.1",
|
|
"google-auth-library": "^9.4.1",
|
|
"googleapis": "^130.0.0",
|
|
"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.29.1",
|
|
"remark": "^13.0.0",
|
|
"remark-extract-frontmatter": "^3.1.0",
|
|
"remark-frontmatter": "^3.0.0",
|
|
"remark-parse-frontmatter": "^1.0.3",
|
|
"retext": "^7.0.1",
|
|
"safe-json-stringify": "^1.2.0",
|
|
"socks-proxy-agent": "^5.0.0",
|
|
"strip-markdown": "^4.0.0",
|
|
"telegraf": "^4.3.0",
|
|
"to-vfile": "^6.1.0",
|
|
"ts-node": "^10.9.2",
|
|
"typeorm": "^0.3.19",
|
|
"typescript": "^4.8.2",
|
|
"unist-util-filter": "^3.0.0",
|
|
"url": "^0.11.0",
|
|
"vk-io": "^4.8.3",
|
|
"winston": "^3.3.3",
|
|
"yargs": "^17.0.0-candidate.10",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/express": "^4.17.11",
|
|
"@types/handlebars": "^4.1.0",
|
|
"@types/jest": "^29.5.11",
|
|
"@types/node": "^14.14.37",
|
|
"@types/winston": "^2.4.4",
|
|
"@types/yargs": "^16.0.1",
|
|
"@types/yup": "^0.29.11",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"copyfiles": "^2.4.1",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^2.2.1",
|
|
"ts-jest": "^29.1.1"
|
|
}
|
|
}
|