copied the code from the working repo

This commit is contained in:
2024-11-30 16:00:48 +03:00
parent f22b92869b
commit 15ac0cb9b8
148 changed files with 23342 additions and 0 deletions

37
mtucijobsbot/package.json Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "mtucijobs",
"version": "1.0.0",
"description": "This bot for afree",
"main": "index.js",
"scripts": {
"build": "tsc && copyfiles -u 1 src/**/*.json src/assets/**/* dist",
"start": "node ./dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "student-programmer",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"pg": "^8.12.0",
"sequelize": "^6.37.3",
"telegraf": "^4.16.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/form-data": "^2.5.0",
"@types/node": "^20.14.2",
"copyfiles": "^2.4.1",
"eslint": "^9.4.0"
}
}