tg_stat_bot/package.json

57 lines
1.5 KiB
JSON

{
"name": "stats_bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "sh -ac '. ./.env; ts-node src/index'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.2",
"@types/express": "^4.17.21",
"@types/mocha": "10.0.1",
"@types/node": "13.13.52",
"@types/prompt": "^1.1.8",
"@types/sinon": "9.0.4",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"clean-package": "2.2.0",
"eslint": "8.34.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-lerna": "2.0.0",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-chai-friendly": "0.6.0",
"eslint-plugin-i18next": "6.0.0-2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "23.8.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-mocha": "10.1.0",
"knip": "2.14.3",
"lerna": "^7.3.0",
"mocha": "10.2.0",
"mocha-each": "2.0.1",
"mocha-junit-reporter": "2.0.2",
"mocha-multi-reporters": "1.5.1",
"nyc": "15.1.0",
"sinon": "9.0.2",
"ts-mocha": "10.0.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"dependencies": {
"input": "^1.0.1",
"mongodb": "^6.3.0",
"mongoose": "^8.1.1",
"prompt": "^1.3.0",
"telegraf": "^4.15.3",
"telegram": "^2.19.10"
}
}